summaryrefslogtreecommitdiffstats
path: root/macosx/tkMacOSXClipboard.c
diff options
context:
space:
mode:
authorculler <culler>2018-10-18 15:51:54 (GMT)
committerculler <culler>2018-10-18 15:51:54 (GMT)
commitb0730dbdfcc00d4086484b72998e7877277788cf (patch)
tree1c10b4e1f0fb4e4106cedd0fca8c910fd389fd96 /macosx/tkMacOSXClipboard.c
parent82e49864995d85aec0b4776ed53c7ab655517ab5 (diff)
downloadtk-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.c22
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