aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/screen.h
diff options
context:
space:
mode:
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 f0b1d0e52b..a89bd7a047 100644
--- a/engines/kyra/screen.h
+++ b/engines/kyra/screen.h
@@ -202,10 +202,6 @@ public:
void blockInRegion(int x, int y, int width, int height);
void blockOutRegion(int x, int y, int width, int height);
- void backUpRect0(int xpos, int ypos);
- void restoreRect0(int xpos, int ypos);
- void backUpRect1(int xpos, int ypos);
- void restoreRect1(int xpos, int ypos);
void copyBackgroundBlock(int x, int page, int flag);
void copyBackgroundBlock2(int x);