aboutsummaryrefslogtreecommitdiff
path: root/engines/tony/window.h
diff options
context:
space:
mode:
authorAlyssa Milburn2012-08-27 12:39:58 +0200
committerAlyssa Milburn2012-08-27 12:50:33 +0200
commit7b4dd0a682bf79cc86024d77d16411a6e2681f47 (patch)
tree4d48f6b882eb29795c13b705c4f5b15000b46cf0 /engines/tony/window.h
parent037920bf76bbf9320b5a96d8f98720e253a0956e (diff)
downloadscummvm-rg350-7b4dd0a682bf79cc86024d77d16411a6e2681f47.tar.gz
scummvm-rg350-7b4dd0a682bf79cc86024d77d16411a6e2681f47.tar.bz2
scummvm-rg350-7b4dd0a682bf79cc86024d77d16411a6e2681f47.zip
TONY: Remove various bits of unused code.
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);