Clean up root folder.
[enjoyable.git] / NJInputButton.h
diff --git a/NJInputButton.h b/NJInputButton.h
deleted file mode 100644 (file)
index 31cba73..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-//
-//  NJInputButton.h
-//  Enjoy
-//
-//  Created by Sam McCall on 5/05/09.
-//  Copyright 2009 University of Otago. All rights reserved.
-//
-
-#import "NJInput.h"
-
-@interface NJInputButton : NJInput
-
-- (id)initWithName:(NSString *)name idx:(int)idx max:(long)max;
-
-@end