diff options
author | treectrl <treectrl> | 2005-07-12 03:46:43 (GMT) |
---|---|---|
committer | treectrl <treectrl> | 2005-07-12 03:46:43 (GMT) |
commit | c67865f2b73bb3b08006811a7b1bba39d7c6fdad (patch) | |
tree | 7bbd410d0b5ad6c5b8d15e2e669ce5f0b80f9835 /demos | |
parent | 382de2e4ade10e0ba2bff243aa2a7effc054200d (diff) | |
download | tktreectrl-c67865f2b73bb3b08006811a7b1bba39d7c6fdad.zip tktreectrl-c67865f2b73bb3b08006811a7b1bba39d7c6fdad.tar.gz tktreectrl-c67865f2b73bb3b08006811a7b1bba39d7c6fdad.tar.bz2 |
Removed unused variable declaration.
Diffstat (limited to 'demos')
-rw-r--r-- | demos/firefox.tcl | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/demos/firefox.tcl b/demos/firefox.tcl index af7144d..dc92f03 100644 --- a/demos/firefox.tcl +++ b/demos/firefox.tcl @@ -1,4 +1,4 @@ -# RCS: @(#) $Id: firefox.tcl,v 1.9 2005/07/11 01:59:07 treectrl Exp $ +# RCS: @(#) $Id: firefox.tcl,v 1.10 2005/07/12 03:46:43 treectrl Exp $ proc DemoFirefoxPrivacy {} { @@ -349,7 +349,6 @@ proc DemoFirefoxPrivacyButton1 {w x y} { } proc DemoFirefoxPrivacyMotion {w x y} { - variable TreeCtrl::Priv global FirefoxPrivacy set id [$w identify $x $y] if {[lindex $id 0] eq "item"} { |