summaryrefslogtreecommitdiffstats
path: root/globals.tcl
diff options
context:
space:
mode:
Diffstat (limited to 'globals.tcl')
-rw-r--r--globals.tcl1
1 files changed, 0 insertions, 1 deletions
diff --git a/globals.tcl b/globals.tcl
index 2327f2114..f28ea431a 100644
--- a/globals.tcl
+++ b/globals.tcl
@@ -110,7 +110,6 @@ proc SortIgnoringCase {a b} {
proc make_popup { name src default listtype {onchange {}}} {
- set last ""
set popup "<SELECT NAME=$name"
if {$listtype > 0} {
append popup " SIZE=5"