diff options
author | Caolán McNamara <caolanm@redhat.com> | 2017-01-04 15:45:15 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2017-01-04 16:50:44 +0000 |
commit | 9e7b0ef950035393e28d2c1469c4c1a0a5662c17 (patch) | |
tree | 17129a53d82cf43a10b8aeaf7b53a962284c031c /vcl/inc | |
parent | b4a31534b949c512facdc7b0d148f249db285d13 (diff) |
follow up remove unused autohide leftovers
Change-Id: Ic7281e915075519c300a330557399111838d7d34
Diffstat (limited to 'vcl/inc')
-rw-r--r-- | vcl/inc/svdata.hxx | 2 | ||||
-rw-r--r-- | vcl/inc/svids.hrc | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/vcl/inc/svdata.hxx b/vcl/inc/svdata.hxx index a8b3ccbf690a..362938766dd3 100644 --- a/vcl/inc/svdata.hxx +++ b/vcl/inc/svdata.hxx @@ -212,8 +212,6 @@ struct ImplSVCtrlData { ImageList* mpCheckImgList = nullptr; // ImageList for CheckBoxes ImageList* mpRadioImgList = nullptr; // ImageList for RadioButtons - ImageList* mpSplitHPinImgList = nullptr; // ImageList for Horizontale SplitWindows - ImageList* mpSplitVPinImgList = nullptr; // ImageList for Vertikale SplitWindows (PIN's) Image* mpDisclosurePlus = nullptr; Image* mpDisclosureMinus = nullptr; ImplTBDragMgr* mpTBDragMgr = nullptr; // DragMgr for ToolBox diff --git a/vcl/inc/svids.hrc b/vcl/inc/svids.hrc index af3dce70fd29..732e15fd4ce0 100644 --- a/vcl/inc/svids.hrc +++ b/vcl/inc/svids.hrc @@ -34,8 +34,6 @@ #define SV_RESID_BITMAP_WARNINGBOX 1022 #define SV_RESID_BITMAP_INFOBOX 1023 -#define SV_RESID_BITMAP_SPLITHPIN 1040 -#define SV_RESID_BITMAP_SPLITVPIN 1041 #define SV_RESID_BITMAP_SPLITHARW 1042 #define SV_RESID_BITMAP_SPLITVARW 1043 |