Removed NLA winqread and write runtime obfuscation cruft.

Can we just dump all this silly key stuff please?
This commit is contained in:
2003-03-23 21:42:31 +00:00
parent 05afb06397
commit e0cec3d2c4
5 changed files with 13 additions and 100 deletions

View File

@@ -210,11 +210,9 @@ static void init_ftable(void) // initializes functiontable
int i;
g_functab[0] = &key_func1;
g_functab[1] = &key_func2;
g_functab[2] = &key_func3;
/* add more key_funcs here */
for (i = 3; i < PYKEY_TABLEN; i++)
for (i = 1; i < PYKEY_TABLEN; i++)
{
g_functab[i] = &sticky_shoes;
}