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.h14
1 files changed, 0 insertions, 14 deletions
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
@@ -106,14 +106,6 @@ typedef struct {
} LexSlider;
typedef struct {
- BITMAP *normal;
- BITMAP *checked;
- BITMAP *disabled;
- BITMAP *disabled_checked;
- int textcolor[2];
-} LexCheckbox;
-
-typedef struct {
LexSkinnedRect bg;
int textcolor[2];
} LexTextbox;
@@ -125,16 +117,10 @@ typedef struct {
} 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;