summaryrefslogtreecommitdiffstats
path: root/library/tk.tcl
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2022-09-05 09:48:44 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2022-09-05 09:48:44 (GMT)
commit3ae2f1e48ac41f837bb7fc64483b81334fd23171 (patch)
tree6c2e38ca2c0dd838af62c841825cd1d1107065ea /library/tk.tcl
parentf4cee171a5dd4e70a3ba89c257be0f39c622a001 (diff)
downloadtk-3ae2f1e48ac41f837bb7fc64483b81334fd23171.zip
tk-3ae2f1e48ac41f837bb7fc64483b81334fd23171.tar.gz
tk-3ae2f1e48ac41f837bb7fc64483b81334fd23171.tar.bz2
Fix [d6cb7b71f6]: clean up ::tk::mac::useCustomMDEF
Diffstat (limited to 'library/tk.tcl')
-rw-r--r--library/tk.tcl9
1 files changed, 0 insertions, 9 deletions
diff --git a/library/tk.tcl b/library/tk.tcl
index 5bb3be7..3112da0 100644
--- a/library/tk.tcl
+++ b/library/tk.tcl
@@ -675,15 +675,6 @@ proc ::tk::mcmaxamp {args} {
return $maxlen
}
-# For now, turn off the custom mdef proc for the Mac:
-
-if {[tk windowingsystem] eq "aqua"} {
- namespace eval ::tk::mac {
- set useCustomMDEF 0
- }
-}
-
-
if {[tk windowingsystem] eq "aqua"} {
#stub procedures to respond to "do script" Apple Events
proc ::tk::mac::DoScriptFile {file} {