From 2559cab126f81375197051fb5b07ba6abb9efc77 Mon Sep 17 00:00:00 2001 From: Julien Chaffraix Date: Wed, 16 Nov 2011 20:04:12 -0800 Subject: FDO#42454 - EasyHack: remove code associated with unused icons Removed SV_ICON_ID_MACRO and its reference in the code as it was unused. Removed 2 icons that were not referenced anymore. --- svtools/inc/svtools/imagemgr.hrc | 1 - svtools/source/misc/imagemgr.src | 2 -- 2 files changed, 3 deletions(-) (limited to 'svtools') diff --git a/svtools/inc/svtools/imagemgr.hrc b/svtools/inc/svtools/imagemgr.hrc index 17c0175efdd4..31ab1b75a7d5 100644 --- a/svtools/inc/svtools/imagemgr.hrc +++ b/svtools/inc/svtools/imagemgr.hrc @@ -61,7 +61,6 @@ #define IMG_NETWORKDEV (IMAGELIST_START + 91) #define IMG_TABLE (IMAGELIST_START + 112) #define IMG_FOLDER (IMAGELIST_START + 113) -#define IMG_MACROLIB (IMAGELIST_START + 140) #define IMG_DXF (IMAGELIST_START + 141) #define IMG_MET (IMAGELIST_START + 142) #define IMG_PNG (IMAGELIST_START + 143) diff --git a/svtools/source/misc/imagemgr.src b/svtools/source/misc/imagemgr.src index d1d25c853804..7953fbdc1e23 100644 --- a/svtools/source/misc/imagemgr.src +++ b/svtools/source/misc/imagemgr.src @@ -40,7 +40,6 @@ IMG_MATH ; \ IMG_WRITER ; \ IMG_WRITERTEMPLATE ; \ - IMG_MACROLIB ; \ IMG_GLOBAL_DOC ; \ IMG_DRAW ; \ IMG_DRAWTEMPLATE ; \ @@ -94,7 +93,6 @@ IMG_WRITER ; \ IMG_WRITERTEMPLATE ; \ /* svx */ \ - IMG_MACROLIB ; \ IMG_NEWFROMTEMPLATE ; ImageList RID_SVTOOLS_IMAGELIST_BIG -- cgit