Big rename part 1: 'action' to 'input'.
[enjoyable.git] / JSActionButton.h
diff --git a/JSActionButton.h b/JSActionButton.h
deleted file mode 100644 (file)
index 8a4bdc6..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-//
-//  JSActionButton.h
-//  Enjoy
-//
-//  Created by Sam McCall on 5/05/09.
-//  Copyright 2009 University of Otago. All rights reserved.
-//
-
-#import "JSAction.h"
-
-@interface JSActionButton : JSAction
-
-- (id)initWithName:(NSString *)name idx:(int)idx max:(long)max;
-
-@end