include/luaevent.h

changeset 20
71bc2e49366c
parent 13
3e2ea1e7b2e8
child 22
48a109847dce
--- a/include/luaevent.h	Wed Sep 05 22:38:28 2007 -0400
+++ b/include/luaevent.h	Wed Sep 05 22:48:49 2007 -0400
@@ -13,12 +13,6 @@
 	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

mercurial