diff options
author | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2005-01-14 13:50:25 +0000 |
---|---|---|
committer | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2005-01-14 13:50:25 +0000 |
commit | 976b4da70227ab97607c51be05a20f4ecfca9325 (patch) | |
tree | d77bfb869b6337f1747b34e8f053f3acddbc4b54 /src/gui/gui.h | |
parent | 5a1007fa3e827c03bb86db71cb26dfd4c485f28d (diff) | |
download | mana-976b4da70227ab97607c51be05a20f4ecfca9325.tar.gz mana-976b4da70227ab97607c51be05a20f4ecfca9325.tar.bz2 mana-976b4da70227ab97607c51be05a20f4ecfca9325.tar.xz mana-976b4da70227ab97607c51be05a20f4ecfca9325.zip |
Removed 9 cases of load_bitmap.
Diffstat (limited to 'src/gui/gui.h')
-rw-r--r-- | src/gui/gui.h | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/src/gui/gui.h b/src/gui/gui.h index f734e6a1..197d0c97 100644 --- a/src/gui/gui.h +++ b/src/gui/gui.h @@ -118,14 +118,6 @@ typedef struct { } LexCheckbox; typedef struct { - BITMAP *normal; - BITMAP *checked; - BITMAP *disabled; - BITMAP *disabled_checked; - int textcolor[2]; -} LexRadiobutton; - -typedef struct { LexSkinnedRect bg; int textcolor[2]; } LexTextbox; @@ -145,19 +137,13 @@ typedef struct { } LexBar; typedef struct { - LexSkinnedRect bg; -} LexPlus; - -typedef struct { LexButton button; LexSlider slider; LexCheckbox checkbox; - LexRadiobutton radiobutton; LexTextbox textbox; LexListbox listbox; LexDialog dialog; LexBar bar; - LexPlus plus; } LexSkin; extern LexSkin gui_skin; |