diff options
author | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2004-12-30 11:00:33 +0000 |
---|---|---|
committer | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2004-12-30 11:00:33 +0000 |
commit | b1bc2a3bac28bc9f05e8f5e94eb6ba20962db807 (patch) | |
tree | 459fa53165b4731745d5f1f0a87aacd7a6dd3e6a /src/gui/gui.h | |
parent | 3128cc4f5b3fe73d352d748008b3bc870836009f (diff) | |
download | mana-b1bc2a3bac28bc9f05e8f5e94eb6ba20962db807.tar.gz mana-b1bc2a3bac28bc9f05e8f5e94eb6ba20962db807.tar.bz2 mana-b1bc2a3bac28bc9f05e8f5e94eb6ba20962db807.tar.xz mana-b1bc2a3bac28bc9f05e8f5e94eb6ba20962db807.zip |
Cleanup, mainly removing unused code.
Diffstat (limited to 'src/gui/gui.h')
-rw-r--r-- | src/gui/gui.h | 8 |
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); |