Use represented objects rather than index hackery. Remove the mapping name from the...
[enjoyable.git] / EnjoyableApplicationDelegate.h
index 6a198e6..3e74418 100644 (file)
 @class NJMappingsController;
 
 @interface EnjoyableApplicationDelegate : NSObject <NSApplicationDelegate> {
-    IBOutlet NSDrawer *drawer;
-    IBOutlet NSWindow *mainWindow;
-    IBOutlet NSToolbarItem *activeButton;
-    IBOutlet NSMenuItem *activeMenuItem;
     IBOutlet NSMenu *dockMenuBase;
 }
 
@@ -22,7 +18,6 @@
 @property (nonatomic, strong) IBOutlet NJOutputController *outputController;
 @property (nonatomic, strong) IBOutlet NJMappingsController *mappingsController;
 
-- (IBAction)toggleActivity:(id)sender;
 - (void)mappingsChanged;
 
 @end