Skip to content

Commit

Permalink
GPH: Fix accidental commit.
Browse files Browse the repository at this point in the history
* I did not mean to commit any of the GPH backend with the OP stuff. Cleanup of this backend will follow later.
  • Loading branch information
djwillis committed Jul 24, 2012
1 parent b157269 commit d83764f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions backends/graphics/gph/gph-graphics.cpp
Expand Up @@ -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 {
Expand Down

0 comments on commit d83764f

Please sign in to comment.