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 b6b134e1..99d302db 100644 --- a/src/gui/gui.h +++ b/src/gui/gui.h @@ -118,7 +118,6 @@ int gui_load_skin(const char* skinname); void gui_shutdown(void); // Helper procedures used for GUI drawing -gcn::Rectangle getScreenDimension(gcn::Widget *widget); void draw_skinned_rect(BITMAP*dst, LexSkinnedRect *skin, int x, int y, int w, int h); int gui_text(BITMAP *bmp, AL_CONST char *s, @@ -127,7 +126,6 @@ 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_check_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); |