From a744a496d5280ebcd3225debdb2f82589486f89a Mon Sep 17 00:00:00 2001 From: Chia-I Wu Date: Mon, 27 Jul 2009 16:57:36 -0600 Subject: egl: Comment out unused tables in_eglFillInConfigs This silences a compiler warning. Signed-off-by: Chia-I Wu --- src/egl/main/eglconfigutil.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/egl') diff --git a/src/egl/main/eglconfigutil.c b/src/egl/main/eglconfigutil.c index 138dc729e7..c9d00e7982 100644 --- a/src/egl/main/eglconfigutil.c +++ b/src/egl/main/eglconfigutil.c @@ -156,6 +156,7 @@ _eglFillInConfigs(_EGLConfig * configs, {0x000000FF, 0x0000FF00, 0x00FF0000, 0xFF000000}, /* 8_8_8_8_REV */ }; +#if 0 static const uint32_t masks_table_bgr[8][4] = { {0x00000000, 0x00000000, 0x00000000, 0x00000000}, {0x00000000, 0x00000000, 0x00000000, 0x00000000}, @@ -177,6 +178,7 @@ _eglFillInConfigs(_EGLConfig * configs, {0x00000000, 0x00000000, 0x00000000, 0x00000000}, {0x00FF0000, 0x0000FF00, 0x000000FF, 0xFF000000}, /* 8_8_8_8_REV */ }; +#endif static const uint8_t bytes_per_pixel[8] = { 0, 0, 0, 2, 2, 4, 0, 4 -- cgit v1.2.3