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.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/gui/gui.h b/src/gui/gui.h
index 73858be3..b4abaad8 100644
--- a/src/gui/gui.h
+++ b/src/gui/gui.h
@@ -129,17 +129,12 @@ typedef struct {
} LexDialog;
typedef struct {
- LexSkinnedRect bg;
-} LexBar;
-
-typedef struct {
LexButton button;
LexSlider slider;
LexCheckbox checkbox;
LexTextbox textbox;
LexListbox listbox;
LexDialog dialog;
- LexBar bar;
} LexSkin;
extern LexSkin gui_skin;