Remove unused keyboard_keys function

I moved the compile up in compiles.sqf since vanilla is now updated with
the change:

f5780256ee
This commit is contained in:
ebaydayz
2016-09-05 14:16:38 -04:00
parent cab627e3de
commit c8b3053496
3 changed files with 2 additions and 17 deletions

View File

@@ -36,7 +36,7 @@ class RscDisplayMission: RscDisplayEmpty
{
access = 0;
idd = 46;
onKeyDown = "if (!isNil 'DZ_KeyDown_EH') then {_this call DZ_KeyDown_EH;};"; //assigned much quicker than executing keyDown.sqf
onKeyDown = "if (!isNil 'DZ_KeyDown_EH') then {_this call DZ_KeyDown_EH;};"; //assigned much quicker than spawning init_keyboard
};
class RscDisplayChat
{