Module: Mesa Branch: master Commit: cc67bd87999814dbf8ecc3ef99b16dac66b4f320 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=cc67bd87999814dbf8ecc3ef99b16dac66b4f320
Author: Brian Paul <[email protected]> Date: Fri Apr 30 12:50:42 2010 -0600 st/mesa: remove dead code --- src/mesa/state_tracker/st_texture.c | 18 ------------------ 1 files changed, 0 insertions(+), 18 deletions(-) diff --git a/src/mesa/state_tracker/st_texture.c b/src/mesa/state_tracker/st_texture.c index 722f60e..be45008 100644 --- a/src/mesa/state_tracker/st_texture.c +++ b/src/mesa/state_tracker/st_texture.c @@ -45,24 +45,6 @@ #define DBG if(0) printf -#if 0 -static GLenum -target_to_target(GLenum target) -{ - switch (target) { - case GL_TEXTURE_CUBE_MAP_POSITIVE_X_ARB: - case GL_TEXTURE_CUBE_MAP_NEGATIVE_X_ARB: - case GL_TEXTURE_CUBE_MAP_POSITIVE_Y_ARB: - case GL_TEXTURE_CUBE_MAP_NEGATIVE_Y_ARB: - case GL_TEXTURE_CUBE_MAP_POSITIVE_Z_ARB: - case GL_TEXTURE_CUBE_MAP_NEGATIVE_Z_ARB: - return GL_TEXTURE_CUBE_MAP_ARB; - default: - return target; - } -} -#endif - /** * Allocate a new pipe_resource object _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
