diff options
Diffstat (limited to 'include/luaevent.h')
-rw-r--r-- | include/luaevent.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/luaevent.h b/include/luaevent.h index 2878632..ce2624e 100644 --- a/include/luaevent.h +++ b/include/luaevent.h @@ -13,12 +13,6 @@ typedef struct { lua_State* loop_L; } le_base; -typedef struct { - struct event ev; - le_base* base; - int callbackRef; -} le_callback; - int luaopen_luaevent(lua_State* L); #endif |