From dc546a7bb3fae1d597e5a22d9527540ec4f072c8 Mon Sep 17 00:00:00 2001 From: Matt Turner Date: Thu, 28 Sep 2017 14:23:39 -0700 Subject: gallium: Remove util_format_s3tc_init() MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reviewed-by: Nicolai Hähnle Reviewed-by: Emil Velikov --- src/gallium/tests/unit/u_format_test.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/gallium/tests') diff --git a/src/gallium/tests/unit/u_format_test.c b/src/gallium/tests/unit/u_format_test.c index 2152b227f6a..6de581fd049 100644 --- a/src/gallium/tests/unit/u_format_test.c +++ b/src/gallium/tests/unit/u_format_test.c @@ -753,8 +753,6 @@ int main(int argc, char **argv) { boolean success; - util_format_s3tc_init(); - success = test_all(); return success ? 0 : 1; -- cgit v1.2.3