summaryrefslogtreecommitdiff
path: root/server/thumb-server.c
diff options
context:
space:
mode:
Diffstat (limited to 'server/thumb-server.c')
-rwxr-xr-xserver/thumb-server.c14
1 files changed, 0 insertions, 14 deletions
diff --git a/server/thumb-server.c b/server/thumb-server.c
index 2c2a02d..7de7eda 100755
--- a/server/thumb-server.c
+++ b/server/thumb-server.c
@@ -34,20 +34,6 @@
extern GMainLoop *g_thumb_server_mainloop;
-#if 0
-static void _media_thumb_signal_handler(void *user_data)
-{
- thumb_dbg("Singal Hander for HEYNOTI \"power_off_start\"");
-
- if (g_thumb_server_mainloop)
- g_main_loop_quit(g_thumb_server_mainloop);
- else
- exit(1);
-
- return;
-}
-#endif
-
int main(void)
{
int sockfd = -1;