Remove hardcoded menu item offsets. Remove unused property.
[enjoyable.git] / ConfigsController.h
index 39f3a0d..7a83830 100644 (file)
@@ -17,7 +17,6 @@
        IBOutlet TargetController* targetController;
        Config* currentConfig;
        Config* neutralConfig; /* last config to be manually selected */
-       ProcessSerialNumber attachedApplication;
 }
 
 -(IBAction) addPressed: (id)sender;
 -(NSDictionary*) dumpAll;
 -(void) loadAllFrom: (NSDictionary*) dict;
 
-@property(readonly) Config* currentConfig;
-@property(readonly) Config* currentNeutralConfig;
+@property(strong, readonly) Config* currentConfig;
+@property(strong, readonly) Config* currentNeutralConfig;
 @property(readonly) NSArray* configs;
-@property(readonly) ProcessSerialNumber* targetApplication;
+
 -(void) save;
 -(void) load;