summaryrefslogtreecommitdiffstats
path: root/ds9/library
diff options
context:
space:
mode:
Diffstat (limited to 'ds9/library')
-rw-r--r--ds9/library/util.tcl1
1 files changed, 0 insertions, 1 deletions
diff --git a/ds9/library/util.tcl b/ds9/library/util.tcl
index 7bcb223..aab9ea7 100644
--- a/ds9/library/util.tcl
+++ b/ds9/library/util.tcl
@@ -445,7 +445,6 @@ proc InitFilterCompiler {} {
win32 {
set tcc [file join $ds9(root) tcc/tcc.exe]
if {[file exists $tcc]} {
- set env(FILTER_KEEP) 1
set env(FILTER_CC) [file nativename [file attributes [file normalize $tcc] -shortname]]
set env(FILTER_TMPDIR) [file nativename [file attributes [file normalize $ds9(tmpdir)] -shortname]]
}