From 0c7fbd788b2dbcded5114ec8c15efcab5072d9e9 Mon Sep 17 00:00:00 2001 From: athrxx Date: Mon, 12 Dec 2011 18:54:41 +0100 Subject: KYRA: (EOB) - remove unneeded virtual declarations in screen.h --- engines/kyra/screen.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'engines/kyra/screen.h') 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; -- cgit v1.2.3