aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/gfx/gfx_options.h
diff options
context:
space:
mode:
authorFilippos Karapetis2009-09-04 09:44:06 +0000
committerFilippos Karapetis2009-09-04 09:44:06 +0000
commit9381362277c6626f53d6ae8a706d7af76bb930e1 (patch)
treeb41f2468f81ad1abc3bd98cc49ed92eec0e610f0 /engines/sci/gfx/gfx_options.h
parent4b4b36cfb100c14f567f79d1af702c0a765862e2 (diff)
downloadscummvm-rg350-9381362277c6626f53d6ae8a706d7af76bb930e1.tar.gz
scummvm-rg350-9381362277c6626f53d6ae8a706d7af76bb930e1.tar.bz2
scummvm-rg350-9381362277c6626f53d6ae8a706d7af76bb930e1.zip
Removed the bilinear and trilinear FreeSCI scalers, and only left the unfiltered scaler in (to be replaced by ScummVM's scaler code). We really don't need bilinear and trilinear filtered scaling in the engine, as ScummVM's filters already perform bilinear and trilinear filtered scaling, if requested
svn-id: r43938
Diffstat (limited to 'engines/sci/gfx/gfx_options.h')
-rw-r--r--engines/sci/gfx/gfx_options.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/engines/sci/gfx/gfx_options.h b/engines/sci/gfx/gfx_options.h
index 03b00ca616..9665df3b9d 100644
--- a/engines/sci/gfx/gfx_options.h
+++ b/engines/sci/gfx/gfx_options.h
@@ -54,10 +54,6 @@ struct gfx_options_t {
gfx_brush_mode_t pic0_brush_mode;
gfx_line_mode_t pic0_line_mode;
- gfx_xlate_filter_t cursor_xlate_filter;
- gfx_xlate_filter_t view_xlate_filter;
- gfx_xlate_filter_t pic_xlate_filter; /* Only relevant if (pic0_unscaled) */
- gfx_xlate_filter_t text_xlate_filter;
gfx_res_fullconf_t res_conf; /* Resource customisation: Per-resource palettes etc. */
int workarounds; // Workaround flags - see below