aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTeddy Wing2023-09-30 02:27:39 +0200
committerTeddy Wing2023-09-30 02:27:39 +0200
commit78990598a9fafda25876b3fc26e327c87719a719 (patch)
tree81e18ee9d12135a4b503318c911642798e02bf05 /src
parent018811d6fb170946796eb7934fcdb16327dbae36 (diff)
downloadBase-Windowed-Application-78990598a9fafda25876b3fc26e327c87719a719.tar.bz2
AppDelegate: Remove old test code
Diffstat (limited to 'src')
-rw-r--r--src/AppDelegate.m4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/AppDelegate.m b/src/AppDelegate.m
index b164b30..8ae9b6d 100644
--- a/src/AppDelegate.m
+++ b/src/AppDelegate.m
@@ -13,9 +13,6 @@
- (void)applicationWillFinishLaunching:(NSNotification *)notification
{
- // NSFontManager *font_manager = [NSFontManager sharedFontManager];
- // NSLog(@"FontManager: %@", [font_manager fontMenu:YES]);
-
NSMenu *menubar = MainMenuCreate();
[NSApp setMainMenu:menubar];
[menubar release];
@@ -44,7 +41,6 @@
[_scroll_view setDocumentView:_text_view];
[[_window contentView] addSubview:_scroll_view];
- // [_window setContentView:_text_view];
}
- (void)applicationDidFinishLaunching:(NSNotification *)notification