summaryrefslogtreecommitdiff
path: root/src/gui/gui.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/gui.h')
-rw-r--r--src/gui/gui.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/gui/gui.h b/src/gui/gui.h
index 504c9ceb..f734e6a1 100644
--- a/src/gui/gui.h
+++ b/src/gui/gui.h
@@ -178,16 +178,4 @@ void gui_shutdown(void);
void draw_skinned_rect(BITMAP*dst, LexSkinnedRect *skin,
int x, int y, int w, int h);
-/** Draw text for gui widgets */
-int gui_text(BITMAP *bmp, AL_CONST char *s,
- int x, int y, int color, int centre);
-
-// Old Allegro GUI procs
-int tmw_button_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);
-
-// Last remaining Allegro GUI dialog
-unsigned int yes_no(const char *title, const char *message);
-
#endif