summaryrefslogtreecommitdiff
path: root/src/gui/gui.h
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2004-12-30 11:00:33 +0000
committerBjørn Lindeijer <bjorn@lindeijer.nl>2004-12-30 11:00:33 +0000
commitb1bc2a3bac28bc9f05e8f5e94eb6ba20962db807 (patch)
tree459fa53165b4731745d5f1f0a87aacd7a6dd3e6a /src/gui/gui.h
parent3128cc4f5b3fe73d352d748008b3bc870836009f (diff)
downloadmana-client-b1bc2a3bac28bc9f05e8f5e94eb6ba20962db807.tar.gz
mana-client-b1bc2a3bac28bc9f05e8f5e94eb6ba20962db807.tar.bz2
mana-client-b1bc2a3bac28bc9f05e8f5e94eb6ba20962db807.tar.xz
mana-client-b1bc2a3bac28bc9f05e8f5e94eb6ba20962db807.zip
Cleanup, mainly removing unused code.
Diffstat (limited to 'src/gui/gui.h')
-rw-r--r--src/gui/gui.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/src/gui/gui.h b/src/gui/gui.h
index 81e533bf..6aa9be57 100644
--- a/src/gui/gui.h
+++ b/src/gui/gui.h
@@ -100,8 +100,8 @@ typedef struct {
LexTextbox textbox;
LexListbox listbox;
LexDialog dialog;
- LexBar bar;
- LexPlus plus;
+ LexBar bar;
+ LexPlus plus;
} LexSkin;
extern LexSkin gui_skin;
@@ -129,14 +129,10 @@ int gui_text(BITMAP *bmp, AL_CONST char *s,
// Old Allegro GUI procs
int tmw_button_proc(int msg, DIALOG *d, int c);
-int tmw_slider_proc(int msg, DIALOG *d, int c);
int tmw_radio_proc(int msg, DIALOG *d, int c);
int tmw_list_proc(int msg, DIALOG *d, int c);
int tmw_text_proc(int msg, DIALOG *d, int c);
int tmw_dialog_proc(int msg, DIALOG *d, int c);
-int tmw_ldialog_proc(int msg, DIALOG *d, int c);
-int tmw_textbox_proc(int msg, DIALOG *d, int c);
-int tmw_bitmap_proc(int msg, DIALOG *d, int c);
int tmw_plus_proc(int msg, DIALOG *d, int c);
void ok(const char *title, const char *message);