mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 07:28:11 +02:00
sis: ifdef out unused variable.
Silences GCC warning.
This commit is contained in:
parent
d2758f3b74
commit
94c5faad26
1 changed files with 2 additions and 0 deletions
|
|
@ -83,6 +83,7 @@ static struct dri_extension card_extensions[] =
|
|||
{ NULL, NULL }
|
||||
};
|
||||
|
||||
#if 0
|
||||
static struct dri_extension card_extensions_6326[] =
|
||||
{
|
||||
/*{ "GL_ARB_texture_border_clamp", NULL },*/
|
||||
|
|
@ -90,6 +91,7 @@ static struct dri_extension card_extensions_6326[] =
|
|||
/*{ "GL_MESA_ycbcr_texture", NULL },*/
|
||||
{ NULL, NULL }
|
||||
};
|
||||
#endif
|
||||
|
||||
static const struct dri_debug_control debug_control[] =
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue