Fix unused variable warnings.

svn-id: r41231
This commit is contained in:
Johannes Schickel 2009-06-06 17:10:15 +00:00
parent c2a6ae1db3
commit 22ab4cc4c4

View File

@ -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);