diff options
author | Matt Turner <[email protected]> | 2017-09-28 14:23:39 -0700 |
---|---|---|
committer | Matt Turner <[email protected]> | 2017-10-02 19:41:22 -0700 |
commit | dc546a7bb3fae1d597e5a22d9527540ec4f072c8 (patch) | |
tree | 7893f128eafcf0d0838e14766413599c9c73b577 /src/gallium/tests | |
parent | 3a8a5e77e8f992aaa3539e060885138c2fcddad1 (diff) |
gallium: Remove util_format_s3tc_init()
Reviewed-by: Nicolai Hähnle <[email protected]>
Reviewed-by: Emil Velikov <[email protected]>
Diffstat (limited to 'src/gallium/tests')
-rw-r--r-- | src/gallium/tests/unit/u_format_test.c | 2 |
1 files changed, 0 insertions, 2 deletions
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; |