Move logic into messages rather than directly in the callback functions.
[enjoyable.git] / TargetKeyboard.h
index 6599332..a4766e1 100644 (file)
@@ -11,6 +11,5 @@
 @interface TargetKeyboard : Target
 
 @property (assign) CGKeyCode vk;
-@property (readonly) NSString* descr;
 
 @end