summaryrefslogtreecommitdiff
path: root/src/gui/hbox.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/hbox.h')
-rw-r--r--src/gui/hbox.h2
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 *);
};