GPH: Fix accidental commit.

* I did not mean to commit any of the GPH backend with the OP stuff. Cleanup of this backend will follow later.
This commit is contained in:
David-John Willis 2012-07-24 10:12:54 +01:00
parent b157269ff4
commit d83764f055

View File

@ -36,8 +36,7 @@ static const OSystem::GraphicsMode s_supportedGraphicsModes[] = {
};
GPHGraphicsManager::GPHGraphicsManager(SdlEventSource *sdlEventSource)
: SurfaceSdlGraphicsManager(sdlEventSource),
_cursorDontScale(true) {
: SurfaceSdlGraphicsManager(sdlEventSource) {
}
const OSystem::GraphicsMode *GPHGraphicsManager::getSupportedGraphicsModes() const {