From b964c889ed96fede5137fb065ef607126ca1d90a Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Sun, 27 Aug 2006 01:42:49 +0000 Subject: Remove the use of AutoComputeDirtyRects feature of backends, due to it causing minor glitches svn-id: r23770 --- engines/simon/simon.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'engines/simon') diff --git a/engines/simon/simon.cpp b/engines/simon/simon.cpp index 70c93c482e..d54087b9ca 100644 --- a/engines/simon/simon.cpp +++ b/engines/simon/simon.cpp @@ -427,9 +427,6 @@ int SimonEngine::init() { _system->initSize(_screenWidth, _screenHeight); _system->endGFXTransaction(); - // FIXME Use auto dirty rects cleanup code to reduce CPU usage - g_system->setFeatureState(OSystem::kFeatureAutoComputeDirtyRects, true); - // Setup mixer if (!_mixer->isReady()) warning("Sound initialization failed. " -- cgit v1.2.3