diff options
author | Vinson Lee <vlee@vmware.com> | 2010-03-27 14:40:41 -0700 |
---|---|---|
committer | Vinson Lee <vlee@vmware.com> | 2010-03-27 14:40:41 -0700 |
commit | 6abc3501c6c6d99a6e115cd645cec0c94ff00e1e (patch) | |
tree | 53b47a49168a61a6216f3e6f4ef2715ffa9522f8 | |
parent | 1bf67a3b3f220493484fa675b00cb6bf257a0a81 (diff) |
progs/tests: Remove duplicate texcompress2 in SConscript.
-rw-r--r-- | progs/tests/SConscript | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/progs/tests/SConscript b/progs/tests/SConscript index b1c7c99a7b..037a0c35da 100644 --- a/progs/tests/SConscript +++ b/progs/tests/SConscript @@ -9,7 +9,6 @@ glx_progs = [ 'getprocaddress', 'jkrahntest', 'sharedtex', - 'texcompress2', 'texobjshare', ] |