diff options
author | marc_culler <marc.culler@gmail.com> | 2020-07-14 13:26:49 (GMT) |
---|---|---|
committer | marc_culler <marc.culler@gmail.com> | 2020-07-14 13:26:49 (GMT) |
commit | 4722f9f501efe0141837f64c3c63cc13705396e5 (patch) | |
tree | fd78a07dba219154d8e61861bdec27a035c4ce9a | |
parent | 1711312fd78e09df1b5f8ee28abab5a0ca2c42c4 (diff) | |
download | tk-4722f9f501efe0141837f64c3c63cc13705396e5.zip tk-4722f9f501efe0141837f64c3c63cc13705396e5.tar.gz tk-4722f9f501efe0141837f64c3c63cc13705396e5.tar.bz2 |
Remove duplicate line in tkMacOSXWindowEvent.c
-rw-r--r-- | macosx/tkMacOSXWindowEvent.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/macosx/tkMacOSXWindowEvent.c b/macosx/tkMacOSXWindowEvent.c index 0563ce6..2b2f1a0 100644 --- a/macosx/tkMacOSXWindowEvent.c +++ b/macosx/tkMacOSXWindowEvent.c @@ -263,7 +263,6 @@ extern NSString *NSWindowDidOrderOffScreenNotification; observe(NSWindowDidResizeNotification, windowBoundsChanged:); observe(NSWindowDidDeminiaturizeNotification, windowExpanded:); observe(NSWindowDidMiniaturizeNotification, windowCollapsed:); - observe(NSWindowDidOrderOnScreenNotification, windowBecameVisible:); observe(NSWindowWillOrderOnScreenNotification, windowMapped:); observe(NSWindowDidOrderOnScreenNotification, windowBecameVisible:); |