diff options
Diffstat (limited to 'lib/luavgl/src/private.h')
| -rw-r--r-- | lib/luavgl/src/private.h | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/lib/luavgl/src/private.h b/lib/luavgl/src/private.h index 20aa802f..51a46251 100644 --- a/lib/luavgl/src/private.h +++ b/lib/luavgl/src/private.h @@ -6,19 +6,6 @@ #include <stdbool.h> #include <stdint.h> -#include <stdlib.h> - -/* clang-format off */ -#define debug(format, ...) -// fprintf(stderr, "[luavgl] %s: " format, __FUNCTION__, ##__VA_ARGS__) -// syslog(LOG_DEBUG, "[luavgl] %s: " format, __FUNCTION__, ##__VA_ARGS__) -/* clang-format on */ - -struct event_callback_s { - lv_event_code_t code; - struct _lv_event_dsc_t *dsc; - int ref; /* ref to callback */ -}; /* variable array if n_callback > 1 */ static void dumpstack(lua_State *L); static void dumptable(lua_State *L, int index); @@ -27,7 +14,6 @@ static void dumptable(lua_State *L, int index); int luavgl_obj_getmetatable(lua_State *L, const lv_obj_class_t *clz); int luavgl_obj_setmetatable(lua_State *L, int idx, const lv_obj_class_t *clz); -static void luavgl_obj_event_init(luavgl_obj_t *lobj); static void luavgl_obj_remove_event_all(lua_State *L, luavgl_obj_t *obj); /* util functions */ |
