From 7b559dcf64e5814cf4cde7e7db52c2e9f6a7357a Mon Sep 17 00:00:00 2001 From: Bjørn Lindeijer Date: Tue, 7 Apr 2009 20:19:10 +0200 Subject: Used custom widgets where appropriate and some cleanup Replaced many gcn::Label with Label, gcn::Slider with Slider in character creation dialog. Also cleaned up includes. --- src/gui/widgets/tab.h | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'src/gui/widgets/tab.h') diff --git a/src/gui/widgets/tab.h b/src/gui/widgets/tab.h index efdc8d26..271316e4 100644 --- a/src/gui/widgets/tab.h +++ b/src/gui/widgets/tab.h @@ -23,7 +23,6 @@ #define TAB_H #include -#include class ImageRect; class TabbedArea; @@ -34,14 +33,7 @@ class TabbedArea; class Tab : public gcn::Tab { public: - /** - * Constructor. - */ Tab(); - - /** - * Destructor. - */ ~Tab(); /** @@ -76,5 +68,3 @@ class Tab : public gcn::Tab }; #endif - - -- cgit v1.2.3-70-g09d2