mirror of
https://github.com/love2d/love.git
synced 2026-08-16 08:11:02 +02:00
Removed some stowaway test code...
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user