diff options
author | Matúš Kukan <matus.kukan@collabora.com> | 2014-07-14 20:02:54 +0200 |
---|---|---|
committer | Matúš Kukan <matus.kukan@collabora.com> | 2014-07-14 20:03:21 +0200 |
commit | a113d3a7518f65acb1d2919fe3da9c6f22d6f490 (patch) | |
tree | 07e28c392c999e78a924114f394fdd2f111f97a6 /chart2 | |
parent | 2e95e551c52ba6054ab52506aa6f19ecf647d624 (diff) |
error: unused variable 'TIMEOUT'
Change-Id: I9fe3078e2c4ea4a63efcc3e26a090c8e3cbc7ccc
Diffstat (limited to 'chart2')
-rw-r--r-- | chart2/source/view/charttypes/GL3DBarChart.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/chart2/source/view/charttypes/GL3DBarChart.cxx b/chart2/source/view/charttypes/GL3DBarChart.cxx index 540615b44f7c..62e5ec952ffb 100644 --- a/chart2/source/view/charttypes/GL3DBarChart.cxx +++ b/chart2/source/view/charttypes/GL3DBarChart.cxx @@ -170,7 +170,6 @@ namespace { const float TEXT_HEIGHT = 10.0f; float DEFAULT_CAMERA_HEIGHT = 500.0f; -const sal_uLong TIMEOUT = 5; const sal_uInt32 ID_STEP = 10; #if 0 |