aboutsummaryrefslogtreecommitdiff
path: root/engines/parallaction/graphics.h
diff options
context:
space:
mode:
authorNicola Mettifogo2007-03-12 22:45:50 +0000
committerNicola Mettifogo2007-03-12 22:45:50 +0000
commitcf816f54d9bb8ca826d0950e165a99d732355a86 (patch)
tree63f641d8b061f0271e33399c3bd5fd233ba9b8db /engines/parallaction/graphics.h
parent30e975f9db056cd58728ebdc79689e41eb27f1d1 (diff)
downloadscummvm-rg350-cf816f54d9bb8ca826d0950e165a99d732355a86.tar.gz
scummvm-rg350-cf816f54d9bb8ca826d0950e165a99d732355a86.tar.bz2
scummvm-rg350-cf816f54d9bb8ca826d0950e165a99d732355a86.zip
removed useless routines (maybe leftovers from the amiga conversion)
svn-id: r26116
Diffstat (limited to 'engines/parallaction/graphics.h')
-rw-r--r--engines/parallaction/graphics.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/engines/parallaction/graphics.h b/engines/parallaction/graphics.h
index 3026d921c7..a2d2700cc2 100644
--- a/engines/parallaction/graphics.h
+++ b/engines/parallaction/graphics.h
@@ -108,10 +108,6 @@ public:
int16 queryMask(int16 v);
void intGrottaHackMask();
void restoreBackground(int16 left, int16 top, uint16 width, uint16 height);
- void backupBackgroundMask(Gfx::Buffers mask);
- void restoreBackgroundMask(Gfx::Buffers mask);
- void backupBackgroundPath(Gfx::Buffers path);
- void restoreBackgroundPath(Gfx::Buffers path);
// intro
void maskClearRectangle(uint16 left, uint16 top, uint16 right, uint16 bottom, Gfx::Buffers mask);