diff options
author | Matt Turner <[email protected]> | 2017-09-27 21:17:45 -0700 |
---|---|---|
committer | Matt Turner <[email protected]> | 2017-10-02 19:41:22 -0700 |
commit | c5d508028454f42923aee1ea1ab876f01f680ae7 (patch) | |
tree | 507cb39551ab616e4146e7fb67e2772c712a0894 /src/mesa/main/texcompress_s3tc.c | |
parent | 78c6221f18ab451f2e57bc61852595a60f82e3cb (diff) |
mesa: Drop Mesa_DXTn from gl_context
Reviewed-by: Nicolai Hähnle <[email protected]>
Reviewed-by: Emil Velikov <[email protected]>
Diffstat (limited to 'src/mesa/main/texcompress_s3tc.c')
-rw-r--r-- | src/mesa/main/texcompress_s3tc.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/mesa/main/texcompress_s3tc.c b/src/mesa/main/texcompress_s3tc.c index 14067f0e991..a3bb340b4ee 100644 --- a/src/mesa/main/texcompress_s3tc.c +++ b/src/mesa/main/texcompress_s3tc.c @@ -43,13 +43,6 @@ #include "util/format_srgb.h" -void -_mesa_init_texture_s3tc( struct gl_context *ctx ) -{ - /* called during context initialization */ - ctx->Mesa_DXTn = GL_TRUE; -} - /** * Store user's image in rgb_dxt1 format. */ |