summaryrefslogtreecommitdiff
path: root/obexd/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'obexd/src/main.c')
-rw-r--r--obexd/src/main.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/obexd/src/main.c b/obexd/src/main.c
index 629a3b4c1..04284c9e1 100644
--- a/obexd/src/main.c
+++ b/obexd/src/main.c
@@ -233,11 +233,6 @@ int main(int argc, char *argv[])
GError *err = NULL;
guint signal;
-#ifdef NEED_THREADS
- if (g_thread_supported() == FALSE)
- g_thread_init(NULL);
-#endif
-
context = g_option_context_new(NULL);
g_option_context_add_main_entries(context, options, NULL);