diff options
Diffstat (limited to 'ctrl/facemgr/src/main.c')
-rw-r--r-- | ctrl/facemgr/src/main.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ctrl/facemgr/src/main.c b/ctrl/facemgr/src/main.c index b7bd6c6cd..eeb0a0259 100644 --- a/ctrl/facemgr/src/main.c +++ b/ctrl/facemgr/src/main.c @@ -185,9 +185,7 @@ MAIN_LOOP: /* Main loop */ loop = loop_create(); -#ifdef __linux__ facemgr_set_callback(facemgr, loop, (void*)loop_callback); -#endif /* __linux__ */ #ifdef __ANDROID__ facemgr_set_jvm(facemgr, NULL, NULL); // FIXME |