X-Git-Url: https://git.yukkurigames.com/?p=enjoyable.git;a=blobdiff_plain;f=EnjoyableApplicationDelegate.h;h=b77f799e6879220960689d4ce1739ae100ac424c;hp=6a198e6aa67706a29bf43067f7ed234c79756ec9;hb=1315dd378437c84891c795c9927ff40d42d74cb3;hpb=d0f4d54bb9eb66cbd19fa4dabb56fc09f42bd22d diff --git a/EnjoyableApplicationDelegate.h b/EnjoyableApplicationDelegate.h index 6a198e6..b77f799 100644 --- a/EnjoyableApplicationDelegate.h +++ b/EnjoyableApplicationDelegate.h @@ -11,10 +11,6 @@ @class NJMappingsController; @interface EnjoyableApplicationDelegate : NSObject { - IBOutlet NSDrawer *drawer; - IBOutlet NSWindow *mainWindow; - IBOutlet NSToolbarItem *activeButton; - IBOutlet NSMenuItem *activeMenuItem; IBOutlet NSMenu *dockMenuBase; } @@ -22,7 +18,4 @@ @property (nonatomic, strong) IBOutlet NJOutputController *outputController; @property (nonatomic, strong) IBOutlet NJMappingsController *mappingsController; -- (IBAction)toggleActivity:(id)sender; -- (void)mappingsChanged; - @end