aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/include/gfx_res_options.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sci/include/gfx_res_options.h')
-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 {