1
0
Fork 0

remove obsolete constants for hardcoded pui dialogs (after sgVec3Slider removal)

This commit is contained in:
mfranz 2008-04-27 18:00:21 +00:00
parent 8904a17277
commit 907b9a7240

View file

@ -72,13 +72,6 @@ typedef struct {
} __fg_gui_fn_t;
extern const __fg_gui_fn_t __fg_gui_fn[];
// GLOBAL COMMON DIALOG BOX TEXT STRINGS
//extern const char *gui_msg_OK; // "OK"
//extern const char *gui_msg_NO; // "NO"
//extern const char *gui_msg_YES; // "YES"
//extern const char *gui_msg_CANCEL; // "CANCEL"
//extern const char *gui_msg_RESET; // "RESET"
// mouse.cxx
extern void guiInitMouse(int width, int height);
extern void maybeToggleMouse( void );