Clean up root folder.
[enjoyable.git] / NJInputAnalog.h
diff --git a/NJInputAnalog.h b/NJInputAnalog.h
deleted file mode 100644 (file)
index e79ed89..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-//
-//  NJInputAnalog.h
-//  Enjoy
-//
-//  Created by Sam McCall on 5/05/09.
-//  Copyright 2009 University of Otago. All rights reserved.
-//
-
-#import <Cocoa/Cocoa.h>
-
-#import "NJInput.h"
-
-@interface NJInputAnalog : NJInput
-
-- (id)initWithIndex:(int)index rawMin:(long)rawMin rawMax:(long)rawMax;
-
-@end