From 304c79eeb6785efc39576cc89985787c1faea485 Mon Sep 17 00:00:00 2001 From: Bjørn Lindeijer Date: Sun, 16 Jan 2005 16:48:54 +0000 Subject: Removed checkbox and dialog stuff. --- src/gui/gui.h | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'src/gui/gui.h') diff --git a/src/gui/gui.h b/src/gui/gui.h index b4abaad8..427ffaee 100644 --- a/src/gui/gui.h +++ b/src/gui/gui.h @@ -105,14 +105,6 @@ typedef struct { BITMAP *vGrip; } LexSlider; -typedef struct { - BITMAP *normal; - BITMAP *checked; - BITMAP *disabled; - BITMAP *disabled_checked; - int textcolor[2]; -} LexCheckbox; - typedef struct { LexSkinnedRect bg; int textcolor[2]; @@ -124,17 +116,11 @@ typedef struct { int textcolor[4]; } LexListbox; -typedef struct { - LexSkinnedRect bg; -} LexDialog; - typedef struct { LexButton button; LexSlider slider; - LexCheckbox checkbox; LexTextbox textbox; LexListbox listbox; - LexDialog dialog; } LexSkin; extern LexSkin gui_skin; -- cgit v1.2.3-70-g09d2