aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/ps2/Gs2dScreen.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/Gs2dScreen.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/Gs2dScreen.h')
-rw-r--r--backends/platform/ps2/Gs2dScreen.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/backends/platform/ps2/Gs2dScreen.h b/backends/platform/ps2/Gs2dScreen.h
index 3701afd590..4fbb3fdef8 100644
--- a/backends/platform/ps2/Gs2dScreen.h
+++ b/backends/platform/ps2/Gs2dScreen.h
@@ -61,7 +61,6 @@ public:
void setPalette(const uint8 *pal, uint8 start, uint16 num);
void updateScreen(void);
void grabPalette(uint8 *pal, uint8 start, uint16 num);
- void grabScreen(Graphics::Surface *surf);
//- overlay routines
void copyOverlayRect(const uint16 *buf, uint16 pitch, uint16 x, uint16 y, uint16 w, uint16 h);
void grabOverlay(uint16 *buf, uint16 pitch);