aboutsummaryrefslogtreecommitdiffstats
path: root/src/nsmenu.m
diff options
context:
space:
mode:
Diffstat (limited to 'src/nsmenu.m')
-rw-r--r--src/nsmenu.m6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/nsmenu.m b/src/nsmenu.m
index 7d340e8ec83..10dfe8aac13 100644
--- a/src/nsmenu.m
+++ b/src/nsmenu.m
@@ -136,12 +136,6 @@ ns_update_menubar (struct frame *f, bool deep_p, EmacsMenu *submenu)
136 menu = [[EmacsMenu alloc] initWithTitle: ns_app_name]; 136 menu = [[EmacsMenu alloc] initWithTitle: ns_app_name];
137 needsSet = YES; 137 needsSet = YES;
138 } 138 }
139 else
140 { /* close up anything on there */
141 id attMenu = [menu attachedMenu];
142 if (attMenu != nil)
143 [attMenu close];
144 }
145 139
146#if NSMENUPROFILE 140#if NSMENUPROFILE
147 ftime (&tb); 141 ftime (&tb);