From: marko Date: Tue, 1 Jan 2008 20:56:25 +0000 (+0000) Subject: Remove another unneeded "global" statement inside a proc. X-Git-Url: https://git.entuzijast.net/?a=commitdiff_plain;h=858de4f3f09400f8c0c1f6a564a5784c76094ed6;p=imunes.git Remove another unneeded "global" statement inside a proc. Bug found by: Submitted by: Reviewed by: Approved by: Obtained from: --- diff --git a/editor.tcl b/editor.tcl index 92a7ecc..3b5ddfe 100755 --- a/editor.tcl +++ b/editor.tcl @@ -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]