diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2013-07-05 15:10:33 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2013-07-05 19:59:30 +0200 |
commit | f42daec5c72c78e40150cbf0f0d01f38db556264 (patch) | |
tree | 745863c87f9172566905cd0e178db35d63dfcd98 /starmath | |
parent | 83ece8c46b2076a2ac2ca05e6ea280d6aca66c73 (diff) |
cleanup src files
Those items are unused.
Change-Id: If4fce0f91309d2ca09cbb636d4a5d9f86f38eb9a
Diffstat (limited to 'starmath')
-rw-r--r-- | starmath/inc/starmath.hrc | 1 | ||||
-rw-r--r-- | starmath/source/smres.src | 42 |
2 files changed, 0 insertions, 43 deletions
diff --git a/starmath/inc/starmath.hrc b/starmath/inc/starmath.hrc index 192f22edc48c..0459731910d2 100644 --- a/starmath/inc/starmath.hrc +++ b/starmath/inc/starmath.hrc @@ -89,7 +89,6 @@ #define RID_UNDOFORMATNAME (RID_APP_START + 504) #define RID_COMMANDMENU (RID_APP_START + 701) #define RID_VIEWMENU (RID_APP_START + 702) -#define RID_FONTMENU (RID_APP_START + 704) #define RID_TOOLBOXWINDOW (RID_APP_START + 801) #define RID_CMDBOXWINDOW (RID_APP_START + 802) #define RID_FONTREGULAR (RID_APP_START + 804) diff --git a/starmath/source/smres.src b/starmath/source/smres.src index de4427f20da2..b9979ceee712 100644 --- a/starmath/source/smres.src +++ b/starmath/source/smres.src @@ -426,48 +426,6 @@ Menu RID_VIEWMENU }; }; -Menu RID_FONTMENU -{ - ItemList = - { - MenuItem - { - Identifier = 1 ; - Text [ en-US ] = "Variables" ; - }; - MenuItem - { - Identifier = 2 ; - Text [ en-US ] = "Functions" ; - }; - MenuItem - { - Identifier = 3 ; - Text [ en-US ] = "Numbers" ; - }; - MenuItem - { - Identifier = 4 ; - Text [ en-US ] = "Text" ; - }; - MenuItem - { - Identifier = 5 ; - Text [ en-US ] = "Serif" ; - }; - MenuItem - { - Identifier = 6 ; - Text [ en-US ] = "Sans" ; - }; - MenuItem - { - Identifier = 7 ; - Text [ en-US ] = "Fixed" ; - }; - }; -}; - #define CMDBOXWINDOW_TEXT \ Text [ en-US ] = "Commands" ; \ |