Removed some stowaway test code...

This commit is contained in:
Alex Szpakowski
2014-06-09 18:32:02 -03:00
parent 5dd23dffd1
commit 787ba6b650
-5
View File
@@ -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;
}