diff options
Diffstat (limited to 'src/gui/ministatus.h')
-rw-r--r-- | src/gui/ministatus.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/gui/ministatus.h b/src/gui/ministatus.h index 96ac3d88..56f53908 100644 --- a/src/gui/ministatus.h +++ b/src/gui/ministatus.h @@ -38,14 +38,8 @@ class ProgressBar; class MiniStatusWindow : public Popup { public: - /** - * Constructor. - */ MiniStatusWindow(); - /** - * Draw this window. - */ void draw(gcn::Graphics *graphics); /** @@ -76,4 +70,3 @@ class MiniStatusWindow : public Popup }; #endif - |