[Summary]: remove unused declarations

This commit is contained in:
YPozdnyakov 2015-01-27 13:56:22 +02:00
parent d048d3fbba
commit 8d45456007

View file

@ -1427,9 +1427,6 @@ namespace Gtk {
@interface GtkApplicationDelegate : NSObject
-(BOOL) application:(NSApplication*) app openFile:(NSString*) file;
- (NSApplicationTerminateReply) applicationShouldTerminate:(NSApplication *) app;
- (void)applicationWillFinishLaunching:(NSNotification *)aNotification;
- (void)applicationDidFinishLaunching:(NSNotification *)aNotification;
- (void) startApp;
@end
@implementation GtkApplicationDelegate