summaryrefslogtreecommitdiff
path: root/src/honey.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/honey.c')
-rw-r--r--src/honey.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/honey.c b/src/honey.c
index 5cf960e..9e8bc45 100644
--- a/src/honey.c
+++ b/src/honey.c
@@ -72,10 +72,6 @@ bool honey_setup(lua_State** L)
lua_setglobal(*L, "honey");
- lua_rawgeti(*L, LUA_REGISTRYINDEX, honey_window_info_ref);
- honey_window_information* info = lua_touserdata(*L, -1);
- glfwSetKeyCallback(info->window, default_honey_keyboard_callback);
-
return true;
}