aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/screen.h
diff options
context:
space:
mode:
authorathrxx2011-12-12 18:54:41 +0100
committerJohannes Schickel2011-12-26 16:18:17 +0100
commit0c7fbd788b2dbcded5114ec8c15efcab5072d9e9 (patch)
treeaa09fb0b961b18e82c49db0d8b3e99a62247f72e /engines/kyra/screen.h
parent60330556ff5bf319db7815e6f3c635bc98edecc5 (diff)
downloadscummvm-rg350-0c7fbd788b2dbcded5114ec8c15efcab5072d9e9.tar.gz
scummvm-rg350-0c7fbd788b2dbcded5114ec8c15efcab5072d9e9.tar.bz2
scummvm-rg350-0c7fbd788b2dbcded5114ec8c15efcab5072d9e9.zip
KYRA: (EOB) - remove unneeded virtual declarations in screen.h
Diffstat (limited to 'engines/kyra/screen.h')
-rw-r--r--engines/kyra/screen.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/engines/kyra/screen.h b/engines/kyra/screen.h
index f58a072869..2db84157b3 100644
--- a/engines/kyra/screen.h
+++ b/engines/kyra/screen.h
@@ -468,8 +468,6 @@ public:
int setNewShapeHeight(uint8 *shape, int height);
int resetShapeHeight(uint8 *shape);
- virtual int getShapeScaledWidth( const uint8*, int) { return 0; }
-
virtual void drawShape(uint8 pageNum, const uint8 *shapeData, int x, int y, int sd, int flags, ...);
// mouse handling
@@ -503,8 +501,6 @@ public:
void blockInRegion(int x, int y, int width, int height);
void blockOutRegion(int x, int y, int width, int height);
- virtual uint8 *getLevelOverlay(int) { return 0; }
-
int _charWidth;
int _charOffset;
int _curPage;