Browse Source

sis: ifdef out unused variable.

Silences GCC warning.
tags/mesa-7.7-1
Vinson Lee 15 years ago
parent
commit
94c5faad26
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      src/mesa/drivers/dri/sis/sis_context.c

+ 2
- 0
src/mesa/drivers/dri/sis/sis_context.c View File

{ NULL, NULL } { NULL, NULL }
}; };


#if 0
static struct dri_extension card_extensions_6326[] = static struct dri_extension card_extensions_6326[] =
{ {
/*{ "GL_ARB_texture_border_clamp", NULL },*/ /*{ "GL_ARB_texture_border_clamp", NULL },*/
/*{ "GL_MESA_ycbcr_texture", NULL },*/ /*{ "GL_MESA_ycbcr_texture", NULL },*/
{ NULL, NULL } { NULL, NULL }
}; };
#endif


static const struct dri_debug_control debug_control[] = static const struct dri_debug_control debug_control[] =
{ {

Loading…
Cancel
Save