aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/ps2/systemps2.h
diff options
context:
space:
mode:
authorChristoph Mallon2011-11-21 12:52:43 +0100
committerWillem Jan Palenstijn2011-11-27 13:11:58 +0100
commit6a9ab747f9ec97d644787bf8a3415b55ca44c2d1 (patch)
treeea45cc86d956ed8d21844163a66ae4a8de98acad /backends/platform/ps2/systemps2.h
parent89ccde39485196c5131e88e30ab34d268a0f32cc (diff)
downloadscummvm-rg350-6a9ab747f9ec97d644787bf8a3415b55ca44c2d1.tar.gz
scummvm-rg350-6a9ab747f9ec97d644787bf8a3415b55ca44c2d1.tar.bz2
scummvm-rg350-6a9ab747f9ec97d644787bf8a3415b55ca44c2d1.zip
PS2: Remove the unused method OSystem_PS2::grabRawScreen().
This was removed from OSystem in b51f2f3212ae8a5abbdce4d947ec2d1cad1a0b6f.
Diffstat (limited to 'backends/platform/ps2/systemps2.h')
-rw-r--r--backends/platform/ps2/systemps2.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/backends/platform/ps2/systemps2.h b/backends/platform/ps2/systemps2.h
index 35ceaf829e..3a0e247737 100644
--- a/backends/platform/ps2/systemps2.h
+++ b/backends/platform/ps2/systemps2.h
@@ -64,7 +64,6 @@ public:
virtual void copyRectToScreen(const byte *buf, int pitch, int x, int y, int w, int h);
virtual void setShakePos(int shakeOffset);
- virtual bool grabRawScreen(Graphics::Surface *surf);
virtual Graphics::Surface *lockScreen();
virtual void unlockScreen();
virtual void updateScreen();