From 22ab4cc4c4cb197432742c59f695937e29af3159 Mon Sep 17 00:00:00 2001 From: Johannes Schickel Date: Sat, 6 Jun 2009 17:10:15 +0000 Subject: Fix unused variable warnings. svn-id: r41231 --- engines/sci/gfx/operations.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/engines/sci/gfx/operations.cpp b/engines/sci/gfx/operations.cpp index cb73771528..81b79c9363 100644 --- a/engines/sci/gfx/operations.cpp +++ b/engines/sci/gfx/operations.cpp @@ -413,8 +413,8 @@ static void init_aux_pixmap(gfx_pixmap_t **pixmap) { int gfxop_init(int version, bool isVGA, GfxState *state, gfx_options_t *options, ResourceManager *resManager, int xfact, int yfact, gfx_color_mode_t bpp) { - int color_depth = bpp ? bpp : 1; - int initialized = 0; + //int color_depth = bpp ? bpp : 1; + //int initialized = 0; BASIC_CHECKS(GFX_FATAL); -- cgit v1.2.3