[Scummvm-cvs-logs] SF.net SVN: scummvm:[38436] scummvm/trunk/engines/sci/include/ gfx_res_options.h
fingolfin at users.sourceforge.net
fingolfin at users.sourceforge.net
Tue Feb 17 19:21:46 CET 2009
Revision: 38436
http://scummvm.svn.sourceforge.net/scummvm/?rev=38436&view=rev
Author: fingolfin
Date: 2009-02-17 18:21:46 +0000 (Tue, 17 Feb 2009)
Log Message:
-----------
SCI: removed unused code
Modified Paths:
--------------
scummvm/trunk/engines/sci/include/gfx_res_options.h
Modified: scummvm/trunk/engines/sci/include/gfx_res_options.h
===================================================================
--- scummvm/trunk/engines/sci/include/gfx_res_options.h 2009-02-17 18:21:27 UTC (rev 38435)
+++ scummvm/trunk/engines/sci/include/gfx_res_options.h 2009-02-17 18:21:46 UTC (rev 38436)
@@ -35,12 +35,6 @@
int min, max;
} gfx_res_pattern_t;
-typedef struct _gfx_res_pattern_list {
- gfx_res_pattern_t pattern;
- struct _gfx_res_pattern_list *next;
-} gfx_res_pattern_list_t;
-
-
/* GFX resource assignments */
typedef struct {
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