diff options
| author | Christoph Mallon | 2011-11-21 12:52:43 +0100 |
|---|---|---|
| committer | Willem Jan Palenstijn | 2011-11-27 13:11:58 +0100 |
| commit | 6a9ab747f9ec97d644787bf8a3415b55ca44c2d1 (patch) | |
| tree | ea45cc86d956ed8d21844163a66ae4a8de98acad /backends/platform/ps2/systemps2.cpp | |
| parent | 89ccde39485196c5131e88e30ab34d268a0f32cc (diff) | |
| download | scummvm-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.cpp')
| -rw-r--r-- | backends/platform/ps2/systemps2.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/backends/platform/ps2/systemps2.cpp b/backends/platform/ps2/systemps2.cpp index c75d7493a2..481227dd02 100644 --- a/backends/platform/ps2/systemps2.cpp +++ b/backends/platform/ps2/systemps2.cpp @@ -558,11 +558,6 @@ void OSystem_PS2::copyRectToScreen(const byte *buf, int pitch, int x, int y, int _screen->copyScreenRect((const uint8*)buf, pitch, x, y, w, h); } -bool OSystem_PS2::grabRawScreen(Graphics::Surface *surf) { - _screen->grabScreen(surf); - return true; -} - void OSystem_PS2::updateScreen(void) { if (_msgClearTime && (_msgClearTime < getMillis())) { _screen->clearPrintfOverlay(); |
