From 995dca083778c9bd76f34f48134bb347f99de9b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Caol=C3=A1n=20McNamara?= Date: Fri, 23 Dec 2016 20:58:17 +0000 Subject: [PATCH] remove unused ImageList member since commit 284ca1a5840c5fcbf4f9d1eff02ae607cdc2c222 Author: Noel Grandin 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 --- include/vcl/toolbox.hxx | 1 - 1 file changed, 1 deletion(-) 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 maFloatSizes; - ImageList maImageList; Idle *mpIdle; Rectangle maUpperRect; Rectangle maLowerRect;