Rewrite KeyInputTextView into NJKeyInputField. New class communicates using a proper...
[enjoyable.git] / KeyInputTextView.h
diff --git a/KeyInputTextView.h b/KeyInputTextView.h
deleted file mode 100644 (file)
index 485af1c..0000000
+++ /dev/null
@@ -1,24 +0,0 @@
-//
-//  KeyInputTextView.h
-//  Enjoy
-//
-//  Created by Sam McCall on 5/05/09.
-//  Copyright 2009 University of Otago. All rights reserved.
-//
-
-@class TargetController;
-
-@interface KeyInputTextView : NSTextField {
-       IBOutlet NSWindow *window;
-       IBOutlet TargetController *targetController;
-}
-
-@property (assign) int vk;
-@property (readonly) BOOL hasKey;
-@property (assign) BOOL enabled;
-
-+ (NSString *)stringForKeyCode:(int)keycode;
-
-- (void)clear;
-
-@end