I remove useless comments

This commit is contained in:
Corey Johnson 2012-09-21 16:47:44 -07:00
parent 6960854689
commit 2665a64a78

View File

@ -24,7 +24,6 @@
+ (NSDictionary *)parseArguments:(char **)argv count:(int)argc {
NSMutableDictionary *arguments = [[NSMutableDictionary alloc] init];
// Defaults
#ifdef RESOURCE_PATH
[arguments setObject:[NSString stringWithUTF8String:RESOURCE_PATH] forKey:@"resource-path"];
#endif