Big rename part 3: 'target' to 'output'.
[enjoyable.git] / TargetKeyboard.h
diff --git a/TargetKeyboard.h b/TargetKeyboard.h
deleted file mode 100644 (file)
index 551bb8d..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-//
-//  TargetKeyboard.h
-//  Enjoy
-//
-//  Created by Sam McCall on 5/05/09.
-//  Copyright 2009 University of Otago. All rights reserved.
-//
-
-#import "Target.h"
-
-@interface TargetKeyboard : Target
-
-@property (nonatomic, assign) CGKeyCode vk;
-
-@end