diff options
Diffstat (limited to 'src/gui/vbox.cpp')
-rw-r--r-- | src/gui/vbox.cpp | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/gui/vbox.cpp b/src/gui/vbox.cpp index cd76beb8..d79fbba2 100644 --- a/src/gui/vbox.cpp +++ b/src/gui/vbox.cpp @@ -23,15 +23,6 @@ #include "vbox.h" -VBox::VBox() - : Box() -{ -} - -VBox::~VBox() -{ -} - void VBox::draw(gcn::Graphics *graphics) { int widgetCount = mWidgets.size(); |