[Scummvm-cvs-logs] SF.net SVN: scummvm:[45883] scummvm/trunk/backends/platform/samsungtv/ graphics.cpp

aquadran at users.sourceforge.net aquadran at users.sourceforge.net
Fri Nov 13 22:08:28 CET 2009


Revision: 45883
          http://scummvm.svn.sourceforge.net/scummvm/?rev=45883&view=rev
Author:   aquadran
Date:     2009-11-13 21:08:14 +0000 (Fri, 13 Nov 2009)

Log Message:
-----------
samsungtv: ops that should not go here

Modified Paths:
--------------
    scummvm/trunk/backends/platform/samsungtv/graphics.cpp

Modified: scummvm/trunk/backends/platform/samsungtv/graphics.cpp
===================================================================
--- scummvm/trunk/backends/platform/samsungtv/graphics.cpp	2009-11-13 21:01:09 UTC (rev 45882)
+++ scummvm/trunk/backends/platform/samsungtv/graphics.cpp	2009-11-13 21:08:14 UTC (rev 45883)
@@ -104,8 +104,6 @@
 	height = bestMode->h;
 }
 
-void VideoClose();
-
 bool OSystem_SDL_SamsungTV::loadGFXMode() {
 	assert(_inited);
 	_forceFull = true;
@@ -139,7 +137,6 @@
 		fixupResolutionForAspectRatio(_videoMode.desiredAspectRatio, _videoMode.hardwareWidth, _videoMode.hardwareHeight);
 	}
 
-//	VideoClose();
 	_hwscreen = SDL_SetVideoMode(_videoMode.hardwareWidth, _videoMode.hardwareHeight, 32,
 		_videoMode.fullscreen ? (SDL_FULLSCREEN|SDL_SWSURFACE) : SDL_SWSURFACE
 	);


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list