From 17adffc5f9e900aa93b797ec7b682e81f6091197 Mon Sep 17 00:00:00 2001 From: mfranz Date: Sun, 27 Apr 2008 16:18:23 +0000 Subject: [PATCH] comment out currently unused symbols (gui_msg_OK etc.) --- src/GUI/gui.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/GUI/gui.h b/src/GUI/gui.h index c4ec4962c..1e1b4362a 100644 --- a/src/GUI/gui.h +++ b/src/GUI/gui.h @@ -73,11 +73,11 @@ typedef struct { 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" +//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); -- 2.39.5