diff options
author | Thorbjørn Lindeijer <thorbjorn@lindeijer.nl> | 2012-08-01 22:20:56 +0200 |
---|---|---|
committer | Thorbjørn Lindeijer <thorbjorn@lindeijer.nl> | 2012-08-12 21:53:54 +0200 |
commit | 23db322600556230f59f53a99050491f623308a2 (patch) | |
tree | 32524f3fd261e9cfc6f988475de87709a11cd2ac /src/gui/specialswindow.h | |
parent | fa7cdef831e160a275c4612a5bd4274a1fe095ea (diff) | |
download | mana-23db322600556230f59f53a99050491f623308a2.tar.gz mana-23db322600556230f59f53a99050491f623308a2.tar.bz2 mana-23db322600556230f59f53a99050491f623308a2.tar.xz mana-23db322600556230f59f53a99050491f623308a2.zip |
Improved the layout of the specials window
And removed the unused TabbedArea.
Reviewed-by: Erik Schilling
Diffstat (limited to 'src/gui/specialswindow.h')
-rw-r--r-- | src/gui/specialswindow.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/gui/specialswindow.h b/src/gui/specialswindow.h index d0647fc5..75ad3ef0 100644 --- a/src/gui/specialswindow.h +++ b/src/gui/specialswindow.h @@ -31,11 +31,6 @@ #include <map> -class Label; -class ScrollArea; -class Tab; -class TabbedArea; - struct SpecialEntry; class SpecialsWindow : public Window, public gcn::ActionListener @@ -59,7 +54,6 @@ class SpecialsWindow : public Window, public gcn::ActionListener // (re)constructs the list of specials void rebuild(const std::map<int, Special> &specialData); - TabbedArea *mTabs; std::map<int, SpecialEntry *> mEntries; }; |