summaryrefslogtreecommitdiff
path: root/src/gui/gui.h
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2004-12-23 17:05:58 +0000
committerBjørn Lindeijer <bjorn@lindeijer.nl>2004-12-23 17:05:58 +0000
commitcf59ec424306ceec1f1ff5c642c10a0c0db44985 (patch)
tree4003c1be403d26ab10f4fa4a8b9f5d9e49a7ce33 /src/gui/gui.h
parent3a9ae4770fcfec80c660fd9351ecea8c3c9bc913 (diff)
downloadmana-cf59ec424306ceec1f1ff5c642c10a0c0db44985.tar.gz
mana-cf59ec424306ceec1f1ff5c642c10a0c0db44985.tar.bz2
mana-cf59ec424306ceec1f1ff5c642c10a0c0db44985.tar.xz
mana-cf59ec424306ceec1f1ff5c642c10a0c0db44985.zip
Password masking is back!
Diffstat (limited to 'src/gui/gui.h')
-rw-r--r--src/gui/gui.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gui/gui.h b/src/gui/gui.h
index d7936c06..d987c54f 100644
--- a/src/gui/gui.h
+++ b/src/gui/gui.h
@@ -129,8 +129,6 @@ int gui_text(BITMAP *bmp, AL_CONST char *s,
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_edit_proc(int msg, DIALOG *d, int c);
-int tmw_password_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);