diff options
author | Teddy Wing | 2023-09-30 02:27:39 +0200 |
---|---|---|
committer | Teddy Wing | 2023-09-30 02:27:39 +0200 |
commit | 78990598a9fafda25876b3fc26e327c87719a719 (patch) | |
tree | 81e18ee9d12135a4b503318c911642798e02bf05 /src/AppDelegate.m | |
parent | 018811d6fb170946796eb7934fcdb16327dbae36 (diff) | |
download | Base-Windowed-Application-78990598a9fafda25876b3fc26e327c87719a719.tar.bz2 |
AppDelegate: Remove old test code
Diffstat (limited to 'src/AppDelegate.m')
-rw-r--r-- | src/AppDelegate.m | 4 |
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 |