Use represented objects rather than index hackery. Remove the mapping name from the...
[enjoyable.git] / EnjoyableApplicationDelegate.h
index 17737e8..3e74418 100644 (file)
@@ -11,7 +11,6 @@
 @class NJMappingsController;
 
 @interface EnjoyableApplicationDelegate : NSObject <NSApplicationDelegate> {
-    IBOutlet NSMenuItem *activeMenuItem;
     IBOutlet NSMenu *dockMenuBase;
 }