remove debugging thing
This commit is contained in:
parent
2a541bd2f5
commit
9a18338476
@ -441,8 +441,6 @@ int luacon_elementwrite(lua_State* l)
|
||||
bool shortcuts = true;
|
||||
int luacon_keyevent(int key, Uint16 character, int modifier, int event)
|
||||
{
|
||||
if (key == 306)
|
||||
return 0;
|
||||
int kycontinue = 1;
|
||||
lua_State* l=luacon_ci->l;
|
||||
lua_pushstring(l, "keyfunctions");
|
||||
|
Reference in New Issue
Block a user