diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2012-06-21 11:51:04 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2012-06-21 11:54:18 +0200 |
commit | 5fcecf9b88a0879081d8239cebbc03e30150985a (patch) | |
tree | 2eaa65002db4ccb19778e054f9fc40c33312537c /starmath/inc/starmath.hrc | |
parent | 47009fbf515dc6e4d4c275e5a3458b4ce2d817d9 (diff) |
hrc cleanup: Remove unused defines
All of those defines (should) not be used at any point in the code.
False positives may exist, because some macro names are getting
generated by some template/macro foo. This is the version which
compiled fine for me.
Also there are many commented out lines removed.
Change-Id: I6394024682e4ab3691eb72707a9363d41ba31df8
Diffstat (limited to 'starmath/inc/starmath.hrc')
-rw-r--r-- | starmath/inc/starmath.hrc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/starmath/inc/starmath.hrc b/starmath/inc/starmath.hrc index 3aabc172f047..fb657b848053 100644 --- a/starmath/inc/starmath.hrc +++ b/starmath/inc/starmath.hrc @@ -67,7 +67,6 @@ #define SID_LOADSYMBOLS (SID_SMA_START + 107) #define SID_SAVESYMBOLS (SID_SMA_START + 108) -#define SID_ZOOMSTATUS (SID_SMA_START + 109) #define SID_MODIFYSTATUS (SID_SMA_START + 110) #define SID_TEXTSTATUS (SID_SMA_START + 111) @@ -86,7 +85,6 @@ #define SID_TOOLBOXWINDOW (SID_SMA_START + 123) #define SID_NO_RIGHT_SPACES (SID_SMA_START + 124) #define SID_SAVE_ONLY_USED_SYMBOLS (SID_SMA_START + 125) -#define SID_DUMMY (SID_SMA_START + 254) #define RID_FONTDIALOG (RID_APP_START + 2) @@ -406,7 +404,6 @@ #define RID_SPANISH_50_NAMES (RID_APP_START + 3113) #define RID_SPANISH_60_NAMES (RID_APP_START + 3114) -#define MN_SUB_SENDTO (RID_APP_START + 3120) #define BMP_ARROW_RIGHT 1 |