aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/include
diff options
context:
space:
mode:
authorMax Horn2009-02-17 18:21:46 +0000
committerMax Horn2009-02-17 18:21:46 +0000
commita113102d52486c3650b8f5105b4d2bf2a514f54a (patch)
tree1bc8c7b116b8ffd33e36206d8086aec0a1582d44 /engines/sci/include
parente77e56bec1718a6bbbd1007fef09620ec4a3343b (diff)
downloadscummvm-rg350-a113102d52486c3650b8f5105b4d2bf2a514f54a.tar.gz
scummvm-rg350-a113102d52486c3650b8f5105b4d2bf2a514f54a.tar.bz2
scummvm-rg350-a113102d52486c3650b8f5105b4d2bf2a514f54a.zip
SCI: removed unused code
svn-id: r38436
Diffstat (limited to 'engines/sci/include')
-rw-r--r--engines/sci/include/gfx_res_options.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/engines/sci/include/gfx_res_options.h b/engines/sci/include/gfx_res_options.h
index ee008e03dd..f22989437d 100644
--- a/engines/sci/include/gfx_res_options.h
+++ b/engines/sci/include/gfx_res_options.h
@@ -35,12 +35,6 @@ typedef struct _gfx_res_pattern {
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 {