summaryrefslogtreecommitdiffstats
path: root/macosx
diff options
context:
space:
mode:
authorKevin Walzer <kw@codebykevin.com>2015-01-12 03:23:44 (GMT)
committerKevin Walzer <kw@codebykevin.com>2015-01-12 03:23:44 (GMT)
commit4f68bf72c2f9b42627d0a7a2c0b01f28197e3939 (patch)
treec6570f2e101e1de166a178d5ee403b9b765d15ac /macosx
parent4b266f9a65f1a7032d1f73a097f2262d4841a6d2 (diff)
downloadtk-4f68bf72c2f9b42627d0a7a2c0b01f28197e3939.zip
tk-4f68bf72c2f9b42627d0a7a2c0b01f28197e3939.tar.gz
tk-4f68bf72c2f9b42627d0a7a2c0b01f28197e3939.tar.bz2
Minor edit of window event code on Cocoa
Diffstat (limited to 'macosx')
-rw-r--r--macosx/tkMacOSXWindowEvent.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/macosx/tkMacOSXWindowEvent.c b/macosx/tkMacOSXWindowEvent.c
index c49fe15..0f1e2be 100644
--- a/macosx/tkMacOSXWindowEvent.c
+++ b/macosx/tkMacOSXWindowEvent.c
@@ -954,11 +954,6 @@ ExposeRestrictProc(
[super setFrameSize:newSize];
}
-- (void) setNeedsDisplayInRect: (NSRect) invalidRect
-{
- [super setNeedsDisplayInRect:invalidRect];
-}
-
- (BOOL) isOpaque
{
NSWindow *w = [self window];