summaryrefslogtreecommitdiffstats
path: root/macosx/tkMacOSXSubwindows.c
diff options
context:
space:
mode:
authorculler <culler>2024-05-19 21:38:16 (GMT)
committerculler <culler>2024-05-19 21:38:16 (GMT)
commit5a43993cb3259453bb802dfbb09cd9d88afd3201 (patch)
treea8c59ba2d979cc9216a335aa56b96c058e61a56f /macosx/tkMacOSXSubwindows.c
parent7312614099fe545740036db6a632e1cdebc04e88 (diff)
downloadtk-5a43993cb3259453bb802dfbb09cd9d88afd3201.zip
tk-5a43993cb3259453bb802dfbb09cd9d88afd3201.tar.gz
tk-5a43993cb3259453bb802dfbb09cd9d88afd3201.tar.bz2
Remove call to TkPointerDeadWindow in macOS and simplify 9.13 so it tests the same thing but fails less often.
Diffstat (limited to 'macosx/tkMacOSXSubwindows.c')
-rw-r--r--macosx/tkMacOSXSubwindows.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/macosx/tkMacOSXSubwindows.c b/macosx/tkMacOSXSubwindows.c
index fb71a0c..b3eab4a 100644
--- a/macosx/tkMacOSXSubwindows.c
+++ b/macosx/tkMacOSXSubwindows.c
@@ -62,7 +62,6 @@ XDestroyWindow(
* deleting is being tracked by the grab code.
*/
- TkPointerDeadWindow(macWin->winPtr);
TkMacOSXSelDeadWindow(macWin->winPtr);
macWin->toplevel->referenceCount--;