X-Git-Url: https://git.yukkurigames.com/?p=enjoyable.git;a=blobdiff_plain;f=EnjoyableApplicationDelegate.h;h=b77f799e6879220960689d4ce1739ae100ac424c;hp=17737e807e5d538f779c27a61bd81d32b7fdab3b;hb=1315dd378437c84891c795c9927ff40d42d74cb3;hpb=ca998dd950f0b1900b21dc05cf57987d09b4e70e diff --git a/EnjoyableApplicationDelegate.h b/EnjoyableApplicationDelegate.h index 17737e8..b77f799 100644 --- a/EnjoyableApplicationDelegate.h +++ b/EnjoyableApplicationDelegate.h @@ -11,7 +11,6 @@ @class NJMappingsController; @interface EnjoyableApplicationDelegate : NSObject { - IBOutlet NSMenuItem *activeMenuItem; IBOutlet NSMenu *dockMenuBase; } @@ -19,6 +18,4 @@ @property (nonatomic, strong) IBOutlet NJOutputController *outputController; @property (nonatomic, strong) IBOutlet NJMappingsController *mappingsController; -- (void)mappingsChanged; - @end