Clean up JoystickController. Modernize more Objective-C syntax. Remove direct public...
[enjoyable.git] / Target.m
index 052f01a..e7ea673 100644 (file)
--- a/Target.m
+++ b/Target.m
@@ -41,8 +41,8 @@
        // no-op by default
 }
 
--(void) update: (JoystickController *) jc {
-    [self doesNotRecognizeSelector:_cmd];
+- (BOOL)update:(JoystickController *)jc {
+    return NO;
 }
 
 -(BOOL) isContinuous {