Remove application:openFile: declaration for AllegroAppDelegate

This commit is contained in:
David Capello 2014-08-23 20:40:59 -03:00
parent 87857f5a95
commit 8594d7515f

View File

@ -61,7 +61,6 @@
@interface AllegroAppDelegate : NSObject
- (BOOL)application: (NSApplication *)theApplication openFile: (NSString *)filename;
- (void)applicationDidFinishLaunching: (NSNotification *)aNotification;
- (void)applicationDidChangeScreenParameters: (NSNotification *)aNotification;
+ (void)app_main: (id)arg;