diff options
author | Caolán McNamara <caolanm@redhat.com> | 2016-12-23 20:58:17 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2016-12-23 20:58:21 +0000 |
commit | 995dca083778c9bd76f34f48134bb347f99de9b2 (patch) | |
tree | 369fc08fc8b7e57d532499fae33c39b9191d7eab /include | |
parent | f37042f0f27f9e0ac73d1ae16c8ad35d68855eb5 (diff) |
remove unused ImageList member
since
commit 284ca1a5840c5fcbf4f9d1eff02ae607cdc2c222
Author: Noel Grandin <noelgrandin@gmail.com>
Date: Sat May 28 14:38:03 2016 +0200
Convert RSC_TOOLBOX to scoped enum
and drop unused (in .src files) constants
Change-Id: I0e05389e1bbd5f74ff3b3cd9f1f16cfd54b992c2
Diffstat (limited to 'include')
-rw-r--r-- | include/vcl/toolbox.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/vcl/toolbox.hxx b/include/vcl/toolbox.hxx index 7fe0b7a41f7e..083e6e602096 100644 --- a/include/vcl/toolbox.hxx +++ b/include/vcl/toolbox.hxx @@ -93,7 +93,6 @@ class VCL_DLLPUBLIC ToolBox : public DockingWindow private: ImplToolBoxPrivateData* mpData; std::vector<ImplToolSize> maFloatSizes; - ImageList maImageList; Idle *mpIdle; Rectangle maUpperRect; Rectangle maLowerRect; |