summaryrefslogtreecommitdiffstats
path: root/macosx/tkMacOSXNotify.c
diff options
context:
space:
mode:
authorculler <culler>2018-11-26 17:27:29 (GMT)
committerculler <culler>2018-11-26 17:27:29 (GMT)
commit005e2c1a743b4a795a52f735a0f54e7f1e7d044b (patch)
tree794a1415d09001b0f00b984d4c63c798c6bedec4 /macosx/tkMacOSXNotify.c
parent699bf05287364349ba5d1a4abdbe58128f733645 (diff)
downloadtk-005e2c1a743b4a795a52f735a0f54e7f1e7d044b.zip
tk-005e2c1a743b4a795a52f735a0f54e7f1e7d044b.tar.gz
tk-005e2c1a743b4a795a52f735a0f54e7f1e7d044b.tar.bz2
Mac code cleanup. Move interfaces for subclasses of AppKit classes to
tkMacOSXPrivate.h when possible. Also Utility windows cannot go fullscreen.
Diffstat (limited to 'macosx/tkMacOSXNotify.c')
-rw-r--r--macosx/tkMacOSXNotify.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/macosx/tkMacOSXNotify.c b/macosx/tkMacOSXNotify.c
index 7cbd248..8c01fe3 100644
--- a/macosx/tkMacOSXNotify.c
+++ b/macosx/tkMacOSXNotify.c
@@ -113,11 +113,6 @@ void DebugPrintQueue(void)
#pragma mark TKApplication(TKNotify)
-@interface NSApplication(TKNotify)
-/* We need to declare this hidden method. */
-- (void) _modalSession: (NSModalSession) session sendEvent: (NSEvent *) event;
-@end
-
@implementation TKApplication(TKNotify)
/*
* Earlier versions of Tk would override nextEventMatchingMask here, adding a