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 a6e3ef9e9a..1691c73a90 100644
--- a/engines/kyra/screen.h
+++ b/engines/kyra/screen.h
@@ -258,10 +258,6 @@ protected:
};
int16 encodeShapeAndCalculateSize(uint8 *from, uint8 *to, int size);
- void restoreMouseRect();
- void copyMouseToScreen();
- void copyScreenFromRect(int x, int y, int w, int h, const uint8 *ptr);
- void copyScreenToRect(int x, int y, int w, int h, uint8 *ptr);
template<bool noXor> static void wrapped_decodeFrameDelta(uint8 *dst, const uint8 *src);
template<bool noXor> static void wrapped_decodeFrameDeltaPage(uint8 *dst, const uint8 *src, const int pitch);