diff options
author | Kevin Walzer <kw@codebykevin.com> | 2015-01-12 03:23:44 (GMT) |
---|---|---|
committer | Kevin Walzer <kw@codebykevin.com> | 2015-01-12 03:23:44 (GMT) |
commit | 4f68bf72c2f9b42627d0a7a2c0b01f28197e3939 (patch) | |
tree | c6570f2e101e1de166a178d5ee403b9b765d15ac | |
parent | 4b266f9a65f1a7032d1f73a097f2262d4841a6d2 (diff) | |
download | tk-4f68bf72c2f9b42627d0a7a2c0b01f28197e3939.zip tk-4f68bf72c2f9b42627d0a7a2c0b01f28197e3939.tar.gz tk-4f68bf72c2f9b42627d0a7a2c0b01f28197e3939.tar.bz2 |
Minor edit of window event code on Cocoa
-rw-r--r-- | macosx/tkMacOSXWindowEvent.c | 5 |
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]; |