diff options
Diffstat (limited to 'src/gui/hbox.h')
-rw-r--r-- | src/gui/hbox.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gui/hbox.h b/src/gui/hbox.h index 9d3fd7a5..560b1a29 100644 --- a/src/gui/hbox.h +++ b/src/gui/hbox.h @@ -29,8 +29,6 @@ class HBox : public Box { public: - HBox(); - ~HBox(); void draw(gcn::Graphics *); }; |