mirror of
https://github.com/gnustep/apps-gorm.git
synced 2025-02-23 19:51:00 +00:00
Cleanup code
This commit is contained in:
parent
f3aa16ea2f
commit
7ffe4dd25b
2 changed files with 1 additions and 3 deletions
|
@ -37,6 +37,7 @@
|
||||||
GormDocument *_doc;
|
GormDocument *_doc;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
- (NSDictionary *) parseArguments;
|
||||||
- (void) process;
|
- (void) process;
|
||||||
|
|
||||||
@end
|
@end
|
||||||
|
|
|
@ -499,8 +499,6 @@
|
||||||
|
|
||||||
- (void) applicationDidFinishLaunching: (NSNotification *)n
|
- (void) applicationDidFinishLaunching: (NSNotification *)n
|
||||||
{
|
{
|
||||||
// puts("== gormtool");
|
|
||||||
|
|
||||||
NSDebugLog(@"processInfo: %@", [NSProcessInfo processInfo]);
|
NSDebugLog(@"processInfo: %@", [NSProcessInfo processInfo]);
|
||||||
[self process];
|
[self process];
|
||||||
|
|
||||||
|
@ -512,7 +510,6 @@
|
||||||
|
|
||||||
- (void) applicationWillTerminate: (NSNotification *)n
|
- (void) applicationWillTerminate: (NSNotification *)n
|
||||||
{
|
{
|
||||||
// puts("== finished...");
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@end
|
@end
|
||||||
|
|
Loading…
Reference in a new issue