summaryrefslogtreecommitdiff
path: root/vcl/inc/toolbox.h
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/inc/toolbox.h')
-rw-r--r--vcl/inc/toolbox.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/vcl/inc/toolbox.h b/vcl/inc/toolbox.h
index 767c7c36f6af..56e08ad65c1c 100644
--- a/vcl/inc/toolbox.h
+++ b/vcl/inc/toolbox.h
@@ -25,7 +25,6 @@
#include <vcl/image.hxx>
#include <vcl/toolbox.hxx>
#include <vcl/controllayout.hxx>
-#include <vcl/ImageListProvider.hxx>
#include <vector>
@@ -150,10 +149,6 @@ struct ImplToolBoxPrivateData
Wallpaper maDisplayBackground;
- // support for highcontrast
- vcl::IImageListProvider* mpImageListProvider;
- vcl::ImageListType meImageListType;
-
bool mbIsLocked:1, // keeps last lock state from ImplDockingWindowWrapper
mbAssumeDocked:1, // only used during calculations to override current floating/popup mode
mbAssumeFloating:1,