diff options
Diffstat (limited to 'src/gui/gui.h')
-rw-r--r-- | src/gui/gui.h | 2 |
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); |