summaryrefslogtreecommitdiff
path: root/src/gui/gui.h
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2004-12-20 14:20:10 +0000
committerBjørn Lindeijer <bjorn@lindeijer.nl>2004-12-20 14:20:10 +0000
commitfec8d201c51d82c370cb6052209397d88d004490 (patch)
tree57c12776fce97ee9824cd2df2d7ab475014418ef /src/gui/gui.h
parent41b0b5c0ed80d812d13c8c92d286a8663084ec58 (diff)
downloadmana-fec8d201c51d82c370cb6052209397d88d004490.tar.gz
mana-fec8d201c51d82c370cb6052209397d88d004490.tar.bz2
mana-fec8d201c51d82c370cb6052209397d88d004490.tar.xz
mana-fec8d201c51d82c370cb6052209397d88d004490.zip
Converted the progress bar and stats dialog to Guichan widgets.
Diffstat (limited to 'src/gui/gui.h')
-rw-r--r--src/gui/gui.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gui/gui.h b/src/gui/gui.h
index bf411f77..46bfc22a 100644
--- a/src/gui/gui.h
+++ b/src/gui/gui.h
@@ -138,7 +138,6 @@ 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_bar_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);