[Libreoffice-commits] core.git: include/vcl

Caolán McNamara caolanm at redhat.com
Fri Dec 23 21:15:11 UTC 2016


 include/vcl/toolbox.hxx |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit 995dca083778c9bd76f34f48134bb347f99de9b2
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Fri Dec 23 20:58:17 2016 +0000

    remove unused ImageList member
    
    since
    
    commit 284ca1a5840c5fcbf4f9d1eff02ae607cdc2c222
    Author: Noel Grandin <noelgrandin at 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

diff --git a/include/vcl/toolbox.hxx b/include/vcl/toolbox.hxx
index 7fe0b7a..083e6e6 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;


More information about the Libreoffice-commits mailing list