Преглед изворни кода

Removed some stowaway test code...

Alex Szpakowski пре 11 година
родитељ
комит
787ba6b650
1 измењених фајлова са 0 додато и 5 уклоњено
  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;
 }