aboutsummaryrefslogtreecommitdiff
path: root/engines/tony/window.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/tony/window.h')
-rw-r--r--engines/tony/window.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/engines/tony/window.h b/engines/tony/window.h
index 25ec349196..4dfd63a3d8 100644
--- a/engines/tony/window.h
+++ b/engines/tony/window.h
@@ -53,8 +53,6 @@ public:
class RMWindow {
private:
- bool lock();
- void unlock();
void plotSplices(const byte *lpBuf, const Common::Point &center, int x, int y);
void plotLines(const byte *lpBuf, const Common::Point &center, int x, int y);
@@ -83,7 +81,6 @@ public:
* Initialization
*/
void init(/*HINSTANCE hInst*/);
- void initDirectDraw();
void close();
/**
@@ -92,11 +89,6 @@ public:
void repaint();
/**
- * Switch between windowed and fullscreen
- */
- void switchFullscreen(bool bFull) {}
-
- /**
* Reads the next frame
*/
void getNewFrame(RMGfxTargetBuffer &lpBuf, Common::Rect *rcBoundEllipse);