SysMon: remove dead code
[AROS.git] / workbench / prefs / Editor / JanoPrefs.h
blob169449069ee8f8dbb0d420bed4372479ae785397
1 /*** Definition of some common ressources ***/
3 #include "Utils.h"
5 #define CBS 4 /* Number of checkbox gadget */
6 #define CGS 5 /* Number of cycle gadget */
7 #define UCS (CGS+CBS) /* Start Id of Use/Cancel/Save */
8 #define MiscTxt (PrefMsg+1) /* Some shortcut definition */
9 #define ChkTxt (MiscTxt+CGS+1)
10 #define OkCanSav (ChkTxt+CBS+1)
11 #define FTCycTxt (OkCanSav+4)
12 #define ScrCycTxt (FTCycTxt+4)
13 #define ColCycTxt (ScrCycTxt+5)
15 /*** Shared message strings ***/
16 extern struct NewMenu newmenu[];
17 extern STRPTR Errors[], PrefMsg[], FSCycTxt[];
19 BYTE setup_guipref(void);
20 void close_prefwnd( BYTE cmd);