X-Git-Url: https://git.yukkurigames.com/?p=enjoyable.git;a=blobdiff_plain;f=ApplicationController.h;h=f1a364979c8145b0800de70934854ae564728cff;hp=6bb37b923abd493b71a6655fa211e3a4c865a3f9;hb=44a44209d4ce26fb30102014d7040975aea51f93;hpb=c6fb77859e508aaef686b7a5a6a12abe29178708 diff --git a/ApplicationController.h b/ApplicationController.h index 6bb37b9..f1a3649 100644 --- a/ApplicationController.h +++ b/ApplicationController.h @@ -21,7 +21,6 @@ @property (strong) IBOutlet JoystickController *jsController; @property (strong) IBOutlet TargetController *targetController; @property (strong) IBOutlet ConfigsController *configsController; -@property (assign) BOOL active; - (IBAction)toggleActivity:(id)sender; - (void)configsChanged;