diff options
author | culler <culler> | 2019-10-23 21:52:37 (GMT) |
---|---|---|
committer | culler <culler> | 2019-10-23 21:52:37 (GMT) |
commit | 08fe0c62213c3897a4afcf8ee9c2de44d61f1442 (patch) | |
tree | 4ec1919de95da102c3f5992b2723b6c6c4d75f92 /library/tk.tcl | |
parent | e52422e60cb9265936b53ae27a0ee159416221db (diff) | |
download | tk-08fe0c62213c3897a4afcf8ee9c2de44d61f1442.zip tk-08fe0c62213c3897a4afcf8ee9c2de44d61f1442.tar.gz tk-08fe0c62213c3897a4afcf8ee9c2de44d61f1442.tar.bz2 |
Rework and simplify services so the TkService object won't interfere with IME. It didn't need to be a subclass of NSView, or be in the Responder chain.
Diffstat (limited to 'library/tk.tcl')
-rw-r--r-- | library/tk.tcl | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/library/tk.tcl b/library/tk.tcl index 572c1f0..60107cf 100644 --- a/library/tk.tcl +++ b/library/tk.tcl @@ -687,11 +687,6 @@ if {[tk windowingsystem] eq "aqua"} { if {[tk windowingsystem] eq "aqua"} { - #register to send data to macOS Services - proc ::tk::RegisterServiceWidget {w} { - ::tk::mac::registerServiceWidget $w - } - #stub procedures to respond to "do script" Apple Events proc ::tk::mac::DoScriptFile {file} { source $file |