Allow clicking on the key field directly.
[enjoyable.git] / JSActionButton.h
index 5a9a4c0..927606d 100644 (file)
@@ -6,14 +6,10 @@
 //  Copyright 2009 University of Otago. All rights reserved.
 //
 
-#import <Cocoa/Cocoa.h>
-
 #import "JSAction.h"
 
 @interface JSActionButton : JSAction
 
 - (id)initWithName:(NSString *)name idx:(int)idx max:(int)max;
 
-@property (assign) int max;
-
 @end