aboutsummaryrefslogtreecommitdiff
path: root/engines/sword25/gfx/graphicengine.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sword25/gfx/graphicengine.h')
-rw-r--r--engines/sword25/gfx/graphicengine.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/engines/sword25/gfx/graphicengine.h b/engines/sword25/gfx/graphicengine.h
index 3f75e8706a..6ddf8cbe05 100644
--- a/engines/sword25/gfx/graphicengine.h
+++ b/engines/sword25/gfx/graphicengine.h
@@ -52,7 +52,6 @@
#include "sword25/kernel/common.h"
#include "sword25/kernel/resservice.h"
#include "sword25/kernel/persistable.h"
-#include "sword25/gfx/framecounter.h"
#include "sword25/gfx/renderobjectptr.h"
#include "sword25/math/vertex.h"
@@ -266,15 +265,6 @@ public:
*/
bool fill(const Common::Rect *fillRectPtr = 0, uint color = BS_RGB(0, 0, 0));
- // Debugging Methods
-
- int getFPSCount() const {
- return _FPSCounter.getFPS();
- }
- int getRepaintedPixels() const {
- return _repaintedPixels;
- }
-
Graphics::Surface _backSurface;
Graphics::Surface *getSurface() { return &_backSurface; }
@@ -342,12 +332,6 @@ protected:
int _bitDepth;
bool _windowed;
- // Debugging Variables
- // -------------------
- Framecounter _FPSCounter;
-
- uint _repaintedPixels;
-
/**
* Calculates the time since the last frame beginning has passed.
*/