[Scummvm-cvs-logs] SF.net SVN: scummvm:[35251] scummvm/trunk/engines/saga
thebluegr at users.sourceforge.net
thebluegr at users.sourceforge.net
Fri Dec 5 23:01:22 CET 2008
Revision: 35251
http://scummvm.svn.sourceforge.net/scummvm/?rev=35251&view=rev
Author: thebluegr
Date: 2008-12-05 22:01:22 +0000 (Fri, 05 Dec 2008)
Log Message:
-----------
Removed unused variable
Modified Paths:
--------------
scummvm/trunk/engines/saga/gfx.cpp
scummvm/trunk/engines/saga/gfx.h
Modified: scummvm/trunk/engines/saga/gfx.cpp
===================================================================
--- scummvm/trunk/engines/saga/gfx.cpp 2008-12-05 18:56:52 UTC (rev 35250)
+++ scummvm/trunk/engines/saga/gfx.cpp 2008-12-05 22:01:22 UTC (rev 35251)
@@ -46,9 +46,6 @@
// Convert surface data to R surface data
_backBuffer.create(width, height, 1);
- // Set module data
- _init = 1;
-
// Start with the cursor shown. It will be hidden before the intro, if
// there is an intro. (With boot params, there may not be.)
setCursor(kCursorNormal);
Modified: scummvm/trunk/engines/saga/gfx.h
===================================================================
--- scummvm/trunk/engines/saga/gfx.h 2008-12-05 18:56:52 UTC (rev 35250)
+++ scummvm/trunk/engines/saga/gfx.h 2008-12-05 22:01:22 UTC (rev 35251)
@@ -157,7 +157,6 @@
void setCursor(CursorType cursorType = kCursorNormal);
private:
- int _init;
Surface _backBuffer;
byte _currentPal[PAL_ENTRIES * 4];
OSystem *_system;
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