diff options
author | Caolán McNamara <caolanm@redhat.com> | 2017-01-04 16:07:15 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2017-01-04 16:50:44 +0000 |
commit | ebcad1fa79bf5e55bafebae38e59efd8bb445c13 (patch) | |
tree | 5ae4451b711a8131780b307264a60a24eeee67e7 /vcl | |
parent | 9e7b0ef950035393e28d2c1469c4c1a0a5662c17 (diff) |
unused bitmap resources
Change-Id: Ia76b548e993d13c7706ab126109086cbd0717b4c
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/inc/svids.hrc | 3 | ||||
-rw-r--r-- | vcl/source/src/images.src | 10 |
2 files changed, 0 insertions, 13 deletions
diff --git a/vcl/inc/svids.hrc b/vcl/inc/svids.hrc index 732e15fd4ce0..18f123819226 100644 --- a/vcl/inc/svids.hrc +++ b/vcl/inc/svids.hrc @@ -34,9 +34,6 @@ #define SV_RESID_BITMAP_WARNINGBOX 1022 #define SV_RESID_BITMAP_INFOBOX 1023 -#define SV_RESID_BITMAP_SPLITHARW 1042 -#define SV_RESID_BITMAP_SPLITVARW 1043 - #define SV_RESID_BITMAP_SCROLLMSK 1050 #define SV_RESID_BITMAP_WHEELVH 1051 #define SV_RESID_BITMAP_WHEELV 1052 diff --git a/vcl/source/src/images.src b/vcl/source/src/images.src index f04bb028c6ef..c6eaeefc115b 100644 --- a/vcl/source/src/images.src +++ b/vcl/source/src/images.src @@ -109,16 +109,6 @@ Bitmap SV_RESID_BITMAP_REFRESH File = "reload.png"; }; -Bitmap SV_RESID_BITMAP_SPLITHARW -{ - File = "splharw.png"; -}; - -Bitmap SV_RESID_BITMAP_SPLITVARW -{ - File = "splvarw.png"; -}; - Bitmap (SV_ICON_SIZE48_START) { File = "mainapp_48_8.png" ; |