variables.h
changeset 5086 386ba9fe0621
parent 5052 b5f39b49be14
child 5102 8a79d76e0a64
--- a/variables.h	Wed Nov 15 18:57:00 2006 +0000
+++ b/variables.h	Wed Nov 15 19:35:52 2006 +0000
@@ -282,7 +282,6 @@
 
 VARDEF uint32 _decode_parameters[20];
 
-VARDEF uint32 _pressed_key;  // Low 8 bits = ASCII, High 16 bits = keycode
 VARDEF bool _ctrl_pressed;   // Is Ctrl pressed?
 VARDEF bool _shift_pressed;  // Is Shift pressed?
 VARDEF byte _dirkeys;        // 1 = left, 2 = up, 4 = right, 8 = down