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.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/gui/gui.h b/src/gui/gui.h
index 427ffaee..64b17b8c 100644
--- a/src/gui/gui.h
+++ b/src/gui/gui.h
@@ -99,13 +99,6 @@ typedef struct {
} LexButton;
typedef struct {
- BITMAP *hSlider[3];
- BITMAP *vSlider[3];
- BITMAP *hGrip;
- BITMAP *vGrip;
-} LexSlider;
-
-typedef struct {
LexSkinnedRect bg;
int textcolor[2];
} LexTextbox;
@@ -118,7 +111,6 @@ typedef struct {
typedef struct {
LexButton button;
- LexSlider slider;
LexTextbox textbox;
LexListbox listbox;
} LexSkin;