diff options
author | Julien Chaffraix <julien.chaffraix@gmail.com> | 2011-11-17 07:45:08 -0800 |
---|---|---|
committer | Michael Meeks <michael.meeks@suse.com> | 2011-11-18 17:10:21 +0000 |
commit | abd7cf81ddbc8fe648288c11184ff7a0711766d3 (patch) | |
tree | b6a5fdfe37c81b2fdf8637a0fe8af23424ec057e /vcl/source/src | |
parent | 2559cab126f81375197051fb5b07ba6abb9efc77 (diff) |
FDO#42454 - EasyHack: remove code associated with unused icons
Removed SV_ICON_ID_PRESENTATION_COMPRESSED and all associated code.
Removed 2 icons that were unused after this removal.
Diffstat (limited to 'vcl/source/src')
-rw-r--r-- | vcl/source/src/images.src | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/vcl/source/src/images.src b/vcl/source/src/images.src index df3f93b1723d..f576b9deaf26 100644 --- a/vcl/source/src/images.src +++ b/vcl/source/src/images.src @@ -234,21 +234,6 @@ Bitmap (SV_ICON_SIZE16_START + SV_ICON_ID_PRESENTATION_TEMPLATE) File = "otp_16_8.png" ; }; -Bitmap (SV_ICON_SIZE48_START + SV_ICON_ID_PRESENTATION_COMPRESSED) -{ - File = "odp_48_8.png" ; -}; - -Bitmap (SV_ICON_SIZE32_START + SV_ICON_ID_PRESENTATION_COMPRESSED) -{ - File = "odp_32_8.png" ; -}; - -Bitmap (SV_ICON_SIZE16_START + SV_ICON_ID_PRESENTATION_COMPRESSED) -{ - File = "odp_16_8.png" ; -}; - Bitmap (SV_ICON_SIZE48_START + SV_ICON_ID_MASTER_DOCUMENT) { File = "odm_48_8.png" ; @@ -417,16 +402,6 @@ Bitmap (SV_ICON_SMALL_START + SV_ICON_ID_PRESENTATION_TEMPLATE) File = "sx03253.png" ; }; -Bitmap (SV_ICON_LARGE_START + SV_ICON_ID_PRESENTATION_COMPRESSED) -{ - File = "lx03241.png" ; -}; - -Bitmap (SV_ICON_SMALL_START + SV_ICON_ID_PRESENTATION_COMPRESSED) -{ - File = "sx03241.png" ; -}; - Bitmap (SV_ICON_LARGE_START + SV_ICON_ID_MASTER_DOCUMENT) { File = "lx03248.png" ; |