diff options
author | culler <culler> | 2018-10-18 15:51:54 (GMT) |
---|---|---|
committer | culler <culler> | 2018-10-18 15:51:54 (GMT) |
commit | b0730dbdfcc00d4086484b72998e7877277788cf (patch) | |
tree | 1c10b4e1f0fb4e4106cedd0fca8c910fd389fd96 /macosx/tkMacOSXClipboard.c | |
parent | 82e49864995d85aec0b4776ed53c7ab655517ab5 (diff) | |
download | tk-b0730dbdfcc00d4086484b72998e7877277788cf.zip tk-b0730dbdfcc00d4086484b72998e7877277788cf.tar.gz tk-b0730dbdfcc00d4086484b72998e7877277788cf.tar.bz2 |
Removed all traces of the TkSuspendClipboard stub.
Diffstat (limited to 'macosx/tkMacOSXClipboard.c')
-rw-r--r-- | macosx/tkMacOSXClipboard.c | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/macosx/tkMacOSXClipboard.c b/macosx/tkMacOSXClipboard.c index 4bd39ae..9b65bc3 100644 --- a/macosx/tkMacOSXClipboard.c +++ b/macosx/tkMacOSXClipboard.c @@ -289,28 +289,6 @@ TkSelPropProc( } /* - *---------------------------------------------------------------------- - * - * TkSuspendClipboard -- - * - * Handle clipboard conversion as required by the suppend event. - * - * Results: - * None. - * - * Side effects: - * The value of changeCount is synchronized. - * - *---------------------------------------------------------------------- - */ - -void -TkSuspendClipboard(void) -{ - changeCount = [[NSPasteboard generalPasteboard] changeCount]; -} - -/* * Local Variables: * mode: objc * c-basic-offset: 4 |