aboutsummaryrefslogtreecommitdiff
path: root/engines/zvision/graphics/render_manager.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/zvision/graphics/render_manager.h')
-rw-r--r--engines/zvision/graphics/render_manager.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/engines/zvision/graphics/render_manager.h b/engines/zvision/graphics/render_manager.h
index 7723c3d0f3..39809c65a4 100644
--- a/engines/zvision/graphics/render_manager.h
+++ b/engines/zvision/graphics/render_manager.h
@@ -33,7 +33,6 @@
#include "effect.h"
-
class OSystem;
namespace Common {
@@ -92,7 +91,6 @@ private:
// A buffer used for apply graphics effects
Graphics::Surface _effectWnd;
-
/** Width of the working window. Saved to prevent extraneous calls to _workingWindow.width() */
const int _wrkWidth;
/** Height of the working window. Saved to prevent extraneous calls to _workingWindow.height() */
@@ -256,7 +254,6 @@ public:
// Processing subtitles
void processSubs(uint16 deltatime);
-
// Return background size
Common::Point getBkgSize();