[Scummvm-cvs-logs] SF.net SVN: scummvm: [26242] scummvm/trunk/engines/parallaction/graphics. cpp

peres001 at users.sourceforge.net peres001 at users.sourceforge.net
Mon Mar 19 21:26:18 CET 2007


Revision: 26242
          http://scummvm.svn.sourceforge.net/scummvm/?rev=26242&view=rev
Author:   peres001
Date:     2007-03-19 13:26:17 -0700 (Mon, 19 Mar 2007)

Log Message:
-----------
deleted some dead code

Modified Paths:
--------------
    scummvm/trunk/engines/parallaction/graphics.cpp

Modified: scummvm/trunk/engines/parallaction/graphics.cpp
===================================================================
--- scummvm/trunk/engines/parallaction/graphics.cpp	2007-03-19 14:11:41 UTC (rev 26241)
+++ scummvm/trunk/engines/parallaction/graphics.cpp	2007-03-19 20:26:17 UTC (rev 26242)
@@ -472,12 +472,6 @@
 
 	if (index == kCursorArrow) {		// standard mouse pointer
 
-		StaticCnv cnv;
-
-		cnv._width = 16;
-		cnv._height = 16;
-		cnv._data0 = _mouseArrow;
-
 		g_system->setMouseCursor(_mouseArrow, 16, 16, 0, 0, 0);
 		g_system->showMouse(true);
 
@@ -971,8 +965,6 @@
 	initMouse( 0 );
 
 	_font = NULL;
-//	_font._count = 0;
-//	_font._array = NULL;
 
 	return;
 }


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