diff --git a/TODO.md b/TODO.md index 7dbdb628..590858f0 100644 --- a/TODO.md +++ b/TODO.md @@ -48,6 +48,7 @@ - have a cbSize member - drop "Page" from uiTab method names? (uiTabAppendPage() -> uiTabAppend()) - override dock menu quit item to act like our app menu quit item +- consider calling setAppleMenu: for the application menu; it doesn't seem to make much of a difference but ultimately: - add some sort of runtime type checking diff --git a/darwin/menu.m b/darwin/menu.m index e02f28cc..96c5c63a 100644 --- a/darwin/menu.m +++ b/darwin/menu.m @@ -110,7 +110,6 @@ enum { } // Cocoa constructs the default application menu by hand for each program; that's what MainMenu.[nx]ib does -// TODO investigate setAppleMenu: - (void)buildApplicationMenu:(NSMenu *)menubar { NSString *appName;