X-Git-Url: https://git.yukkurigames.com/?p=enjoyable.git;a=blobdiff_plain;f=ApplicationController.h;h=f1a364979c8145b0800de70934854ae564728cff;hp=581abc2b95b371c2b900eab99bc3ac4b0056a0a4;hb=44a44209d4ce26fb30102014d7040975aea51f93;hpb=3a40cba25b9bb38887fe4809277d4c0f73462d12 diff --git a/ApplicationController.h b/ApplicationController.h index 581abc2..f1a3649 100644 --- a/ApplicationController.h +++ b/ApplicationController.h @@ -6,8 +6,6 @@ // Copyright 2009 University of Otago. All rights reserved. // -#import - @class JoystickController; @class TargetController; @class ConfigsController; @@ -23,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;