Big rename part 1: 'action' to 'input'.
[enjoyable.git] / JSActionAnalog.h
diff --git a/JSActionAnalog.h b/JSActionAnalog.h
deleted file mode 100644 (file)
index deaf3a5..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-//
-//  JSActionAnalog.h
-//  Enjoy
-//
-//  Created by Sam McCall on 5/05/09.
-//  Copyright 2009 University of Otago. All rights reserved.
-//
-
-#import <Cocoa/Cocoa.h>
-
-#import "JSAction.h"
-
-@interface JSActionAnalog : JSAction
-
-- (id)initWithIndex:(int)index rawMin:(long)rawMin rawMax:(long)rawMax;
-
-@end