[Scummvm-cvs-logs] SF.net SVN: scummvm:[39374] scummvm/trunk/engines/sci/gfx

thebluegr at users.sourceforge.net thebluegr at users.sourceforge.net
Sat Mar 14 01:02:03 CET 2009


Revision: 39374
          http://scummvm.svn.sourceforge.net/scummvm/?rev=39374&view=rev
Author:   thebluegr
Date:     2009-03-14 00:02:01 +0000 (Sat, 14 Mar 2009)

Log Message:
-----------
Removed the unused struct "internal" inside gfx_pixmap_t

Modified Paths:
--------------
    scummvm/trunk/engines/sci/gfx/gfx_system.h
    scummvm/trunk/engines/sci/gfx/gfx_tools.cpp

Modified: scummvm/trunk/engines/sci/gfx/gfx_system.h
===================================================================
--- scummvm/trunk/engines/sci/gfx/gfx_system.h	2009-03-13 16:39:46 UTC (rev 39373)
+++ scummvm/trunk/engines/sci/gfx/gfx_system.h	2009-03-14 00:02:01 UTC (rev 39374)
@@ -256,13 +256,6 @@
 			 */
 
 	int color_key;
-
-	/*** Data reserved for gfx_driver use ***/
-	struct pixmap_internal { /* Internal state management data for use by drivers */
-		int handle; /* initialized to 0 */
-		void *info; /* initialized to NULL */
-	} internal;
-
 };
 
 

Modified: scummvm/trunk/engines/sci/gfx/gfx_tools.cpp
===================================================================
--- scummvm/trunk/engines/sci/gfx/gfx_tools.cpp	2009-03-13 16:39:46 UTC (rev 39373)
+++ scummvm/trunk/engines/sci/gfx/gfx_tools.cpp	2009-03-14 00:02:01 UTC (rev 39374)
@@ -128,9 +128,7 @@
 
 	pxm->alpha_map = NULL;
 	pxm->data = NULL;
-	pxm->internal.info = NULL;
 	pxm->palette = NULL;
-	pxm->internal.handle = 0;
 
 	pxm->index_xl = xl;
 	pxm->index_yl = yl;


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