From 907b9a7240ea10d16d2d161203f546f09bbe8aa0 Mon Sep 17 00:00:00 2001 From: mfranz Date: Sun, 27 Apr 2008 18:00:21 +0000 Subject: [PATCH] remove obsolete constants for hardcoded pui dialogs (after sgVec3Slider removal) --- src/GUI/gui.h | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/GUI/gui.h b/src/GUI/gui.h index 1e1b4362a..2385d1227 100644 --- a/src/GUI/gui.h +++ b/src/GUI/gui.h @@ -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 ); -- 2.39.5