Browse Source

Removed some stowaway test code...

Alex Szpakowski 11 years ago
parent
commit
787ba6b650
1 changed files with 0 additions and 5 deletions
  1. 0 5
      src/modules/keyboard/wrap_Keyboard.cpp

+ 0 - 5
src/modules/keyboard/wrap_Keyboard.cpp

@@ -91,11 +91,6 @@ static int throwExcept(lua_State *L, const T& func)
 
 int w_hasTextInput(lua_State *L)
 {
-	bool asdf = true;
-	throwExcept(L, [&](){ instance->setTextInput(asdf); });
-
-//	throwExcept(L, L);
-
 	luax_pushboolean(L, instance->hasTextInput());
 	return 1;
 }