diff options
author | Vinson Lee <vlee@vmware.com> | 2010-01-02 20:47:15 -0800 |
---|---|---|
committer | Vinson Lee <vlee@vmware.com> | 2010-01-02 20:47:15 -0800 |
commit | 94c5faad26eae7bb4b95d6c95548860ff52354ba (patch) | |
tree | f4405bb9619b5d9b2200e543a3da730d4b71d785 /src/mesa/drivers | |
parent | d2758f3b74838f4d4f1ae691fddca7dc9f4e8c0e (diff) |
sis: ifdef out unused variable.
Silences GCC warning.
Diffstat (limited to 'src/mesa/drivers')
-rw-r--r-- | src/mesa/drivers/dri/sis/sis_context.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/sis/sis_context.c b/src/mesa/drivers/dri/sis/sis_context.c index f501e7ad2e..346e8c5568 100644 --- a/src/mesa/drivers/dri/sis/sis_context.c +++ b/src/mesa/drivers/dri/sis/sis_context.c @@ -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[] = { |