summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormarc_culler <marc.culler@gmail.com>2020-07-14 13:26:49 (GMT)
committermarc_culler <marc.culler@gmail.com>2020-07-14 13:26:49 (GMT)
commit4722f9f501efe0141837f64c3c63cc13705396e5 (patch)
treefd78a07dba219154d8e61861bdec27a035c4ce9a
parent1711312fd78e09df1b5f8ee28abab5a0ca2c42c4 (diff)
downloadtk-4722f9f501efe0141837f64c3c63cc13705396e5.zip
tk-4722f9f501efe0141837f64c3c63cc13705396e5.tar.gz
tk-4722f9f501efe0141837f64c3c63cc13705396e5.tar.bz2
Remove duplicate line in tkMacOSXWindowEvent.c
-rw-r--r--macosx/tkMacOSXWindowEvent.c1
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:);