diff options
Diffstat (limited to 'library/tk.tcl')
-rw-r--r-- | library/tk.tcl | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/library/tk.tcl b/library/tk.tcl index f1e164a..28e9aad 100644 --- a/library/tk.tcl +++ b/library/tk.tcl @@ -682,15 +682,6 @@ if {[tk windowingsystem] eq "aqua"} { namespace eval ::tk::mac { set useCustomMDEF 0 } - - #stub proc for NSServices API, must be replaced with custom implementation - proc ::tk::mac::PerformService {} { - - set data [clipboard get] - - tk_messageBox -icon info -title "Services Example" -message "This data was sent to Wish with the NSServices API:\n\n$data" - - } } #register to send data to macOS Services |