From 78990598a9fafda25876b3fc26e327c87719a719 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Sat, 30 Sep 2023 02:27:39 +0200 Subject: AppDelegate: Remove old test code --- src/AppDelegate.m | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src') 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 -- cgit v1.2.3