Remove unused variables warnings from SDL builds.

git-svn-id: http://svn.berlios.de/svnroot/repos/oolite-linux/trunk@3173 127b21dd-08f5-0310-b4b7-95ae10353056
This commit is contained in:
Nikos Barkas 2010-04-17 12:28:38 +00:00
parent f1e5e1d19a
commit 065f29b4ae

View File

@ -763,9 +763,6 @@ if (!showSplashScreen) return;
y_offset = 320.0 * bounds.size.height/bounds.size.width;
}
float ratio = 0.5;
float aspect = bounds.size.height/bounds.size.width;
if (surface != 0) SDL_FreeSurface(surface);
[self autoShowMouse];