summaryrefslogtreecommitdiff
path: root/vcl/inc/vcl/toolbox.hxx
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@suse.com>2012-06-08 22:04:48 +0300
committerTor Lillqvist <tlillqvist@suse.com>2012-06-09 23:51:08 +0300
commit10ff11e70c59d2e9cd9218faedef2b2b507f852f (patch)
tree4e0ab632ffa0b8ec84145fc089530037d3910b24 /vcl/inc/vcl/toolbox.hxx
parent15201d37a48ba759ac2aa6f4f5b6bd15d53f0416 (diff)
Do what the TODO said: Remove unused member and inclusion of vcl/virdev.hxx
Add header back in a few C++ files elsewhere. Change-Id: I041ed39ff9bb26d1f42f3614ca50dbc085f13861
Diffstat (limited to 'vcl/inc/vcl/toolbox.hxx')
-rw-r--r--vcl/inc/vcl/toolbox.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/vcl/inc/vcl/toolbox.hxx b/vcl/inc/vcl/toolbox.hxx
index 75ff319dbc12..8e1270ff8c77 100644
--- a/vcl/inc/vcl/toolbox.hxx
+++ b/vcl/inc/vcl/toolbox.hxx
@@ -34,7 +34,6 @@
#include <vcl/dockwin.hxx>
#include <vcl/image.hxx>
#include <vcl/timer.hxx>
-#include <vcl/virdev.hxx>
class UserDrawEvent;
@@ -176,7 +175,6 @@ class VCL_DLLPUBLIC ToolBox : public DockingWindow
private:
ImplToolBoxPrivateData* mpData;
- VirtualDevice* mpBtnDev; // TODO: remove unused member
ImplToolSizeArray* mpFloatSizeAry;
XubString maCvtStr;
XubString maNextToolBoxStr;