Cleanup code

This commit is contained in:
Gregory John Casamento 2023-12-13 01:02:03 -05:00
parent f3aa16ea2f
commit 7ffe4dd25b
2 changed files with 1 additions and 3 deletions

View file

@ -37,6 +37,7 @@
GormDocument *_doc;
}
- (NSDictionary *) parseArguments;
- (void) process;
@end

View file

@ -499,8 +499,6 @@
- (void) applicationDidFinishLaunching: (NSNotification *)n
{
// puts("== gormtool");
NSDebugLog(@"processInfo: %@", [NSProcessInfo processInfo]);
[self process];
@ -512,7 +510,6 @@
- (void) applicationWillTerminate: (NSNotification *)n
{
// puts("== finished...");
}
@end