Kernel - Removed old KEY_* enum
[tpg/acess2.git] / KernelLand / Kernel / drv / vterm_input.c
index 31b050f..b44564e 100644 (file)
@@ -133,9 +133,6 @@ void VT_KBCallBack(Uint32 Codepoint)
        
                Codepoint &= KEY_CODEPOINT_MASK;
 
-               // Ignore Modifer Keys
-               if(Codepoint > KEY_MODIFIERS)   return;
-               
                // Get UTF-8/ANSI Encoding
                if( Codepoint == 0 )
                {

UCC git Repository :: git.ucc.asn.au