From 9e5b8b4a331d142b50192a20e9b46c1739967018 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Wed, 18 Nov 2009 13:59:36 +0000 Subject: PS2: Remove custom OSystem::fillScreen implementation as well as clearScreen() svn-id: r45973 --- backends/platform/ps2/systemps2.cpp | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'backends/platform/ps2/systemps2.cpp') diff --git a/backends/platform/ps2/systemps2.cpp b/backends/platform/ps2/systemps2.cpp index 813bb86eb2..1a3bf071c9 100644 --- a/backends/platform/ps2/systemps2.cpp +++ b/backends/platform/ps2/systemps2.cpp @@ -354,7 +354,7 @@ void OSystem_PS2::init(void) { makeConfigPath(); _screen->wantAnim(false); - _screen->clearScreen(); + fillScreen(0); } OSystem_PS2::~OSystem_PS2(void) { @@ -683,10 +683,6 @@ void OSystem_PS2::unlockScreen(void) { _screen->unlockScreen(); } -void OSystem_PS2::fillScreen(uint32 col) { - _screen->fillScreen(col); -} - const OSystem::GraphicsMode OSystem_PS2::_graphicsMode = { NULL, NULL, 0 }; const OSystem::GraphicsMode *OSystem_PS2::getSupportedGraphicsModes(void) const { -- cgit v1.2.3