summaryrefslogtreecommitdiff
path: root/src/gui/widgets/tab.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/widgets/tab.cpp')
-rw-r--r--src/gui/widgets/tab.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/gui/widgets/tab.cpp b/src/gui/widgets/tab.cpp
index af3a18560..b6133af0e 100644
--- a/src/gui/widgets/tab.cpp
+++ b/src/gui/widgets/tab.cpp
@@ -36,8 +36,6 @@
#include "utils/dtor.h"
-#include <guichan/widgets/label.hpp>
-
#include "debug.h"
int Tab::mInstances = 0;
@@ -66,11 +64,9 @@ Tab::Tab() :
gcn::BasicContainer(),
gcn::MouseListener(),
gcn::WidgetListener(),
-
mLabel(new Label),
mHasMouse(false),
mTabbedArea(nullptr),
-
mTabColor(&Theme::getThemeColor(Theme::TAB)),
mTabHighlightedColor(&Theme::getThemeColor(Theme::TAB_HIGHLIGHTED)),
mTabSelectedColor(&Theme::getThemeColor(Theme::TAB_SELECTED)),