summaryrefslogtreecommitdiff
path: root/src/gui/debugwindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/debugwindow.h')
-rw-r--r--src/gui/debugwindow.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/src/gui/debugwindow.h b/src/gui/debugwindow.h
index 6fd34420..800d0129 100644
--- a/src/gui/debugwindow.h
+++ b/src/gui/debugwindow.h
@@ -24,8 +24,6 @@
#include "gui/widgets/window.h"
-class Label;
-
/**
* The debug window.
*
@@ -35,19 +33,6 @@ class DebugWindow : public Window
{
public:
DebugWindow();
-
- /**
- * Logic (updates components' size and infos)
- */
- void logic();
-
- private:
- Label *mMusicFileLabel, *mMapLabel, *mMinimapLabel;
- Label *mTileMouseLabel, *mFPSLabel;
- Label *mParticleCountLabel, *mParticleDetailLabel;
- Label *mAmbientDetailLabel;
-
- std::string mFPSText;
};
extern DebugWindow *debugWindow;