aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/screen_mr.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/kyra/screen_mr.h')
-rw-r--r--engines/kyra/screen_mr.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/engines/kyra/screen_mr.h b/engines/kyra/screen_mr.h
index 0cb3240954..e10afcc5d2 100644
--- a/engines/kyra/screen_mr.h
+++ b/engines/kyra/screen_mr.h
@@ -34,10 +34,6 @@ public:
Screen_MR(KyraEngine_MR *vm, OSystem *system);
~Screen_MR();
- void setScreenDim(int dim);
- const ScreenDim *getScreenDim(int dim);
- int screenDimTableCount() const { return _screenDimTableCount; }
-
int getLayer(int x, int y);
byte getShapeFlag1(int x, int y);