]> git.entuzijast.net Git - imunes.git/commitdiff
Remove another unneeded "global" statement inside a proc.
authormarko <marko>
Tue, 1 Jan 2008 20:56:25 +0000 (20:56 +0000)
committermarko <marko>
Tue, 1 Jan 2008 20:56:25 +0000 (20:56 +0000)
Bug found by:
Submitted by:
Reviewed by:
Approved by:
Obtained from:

editor.tcl

index 92a7ecc7a5f71204f5e0cf25e3b5aeadf57dd1de..3b5ddfed6bf54b615bbccf801266eee9234968aa 100755 (executable)
@@ -26,7 +26,7 @@
 # and Technology through the research contract #IP-2003-143.
 #
 
-# $Id: editor.tcl,v 1.84 2008/01/01 20:53:31 marko Exp $
+# $Id: editor.tcl,v 1.85 2008/01/01 20:56:25 marko Exp $
 
 
 #****h* imunes/editor.tcl
@@ -661,8 +661,6 @@ proc redrawAllLinks {} {
 #   * link -- link id
 #****
 proc redrawLink { link } {
-    global $link
-
     set limages [.c find withtag "link && $link"]
     set limage1 [lindex $limages 0]
     set limage2 [lindex $limages 1]