diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2015-08-05 20:33:00 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2015-08-05 20:33:00 (GMT) |
commit | 6ba2e41c6fe4434eae0a5b53cb3448fc95f667a9 (patch) | |
tree | ba3e06ffe6fd6984eed8bc65e6beca7e61d4e076 /library/tk.tcl | |
parent | 7607c52d6723742a4d0c6dc628d4289cec163520 (diff) | |
download | tk-6ba2e41c6fe4434eae0a5b53cb3448fc95f667a9.zip tk-6ba2e41c6fe4434eae0a5b53cb3448fc95f667a9.tar.gz tk-6ba2e41c6fe4434eae0a5b53cb3448fc95f667a9.tar.bz2 |
Remove various unnecessary "global tcl_platform" occurrences, which are no longer used.
Add "Fit To Screen Width" menu entry to Windows (and android) console menu. Ported from androwish.
Diffstat (limited to 'library/tk.tcl')
-rw-r--r-- | library/tk.tcl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/library/tk.tcl b/library/tk.tcl index da619e6..9a6a581 100644 --- a/library/tk.tcl +++ b/library/tk.tcl @@ -253,7 +253,6 @@ proc ::tk::ScreenChanged screen { uplevel #0 [list upvar #0 ::tk::Priv.$disp ::tk::Priv] variable ::tk::Priv - global tcl_platform if {[info exists Priv]} { set Priv(screen) $screen |