aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/main.c b/src/main.c
index 96b4881..edf61a3 100644
--- a/src/main.c
+++ b/src/main.c
@@ -154,9 +154,6 @@ int main(int argc, char *argv[])
DBusError err;
guint signal;
- if (g_thread_supported() == FALSE)
- g_thread_init(NULL);
-
context = g_option_context_new(NULL);
g_option_context_add_main_entries(context, options, NULL);