From 787ba6b650abaee97a9b83d4abf9896c87733052 Mon Sep 17 00:00:00 2001 From: Alex Szpakowski Date: Mon, 9 Jun 2014 18:32:02 -0300 Subject: [PATCH] Removed some stowaway test code... --- src/modules/keyboard/wrap_Keyboard.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/modules/keyboard/wrap_Keyboard.cpp b/src/modules/keyboard/wrap_Keyboard.cpp index de48c52bd..3b41c18b2 100644 --- a/src/modules/keyboard/wrap_Keyboard.cpp +++ b/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; }