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 | 4db4600c60fdf9965f71f04b54ed0513af90d978 (patch) | |
tree | d37496d9026c26af1215a0f5fc12633cef445964 | |
parent | bcd3082a41cdbd77a305b19b09c52f972cde5b74 (diff) | |
download | tk-4db4600c60fdf9965f71f04b54ed0513af90d978.zip tk-4db4600c60fdf9965f71f04b54ed0513af90d978.tar.gz tk-4db4600c60fdf9965f71f04b54ed0513af90d978.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]; |