From 9381362277c6626f53d6ae8a706d7af76bb930e1 Mon Sep 17 00:00:00 2001 From: Filippos Karapetis Date: Fri, 4 Sep 2009 09:44:06 +0000 Subject: 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 --- engines/sci/gfx/gfx_options.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'engines/sci/gfx/gfx_options.h') 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 -- cgit v1.2.3