summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/main.c b/src/main.c
index 838f8db..ff59af5 100644
--- a/src/main.c
+++ b/src/main.c
@@ -185,9 +185,6 @@ main (int argc, char **argv)
GError *error = NULL;
GOptionContext *ctx;
- if (!g_thread_supported ())
- g_thread_init (NULL);
-
bindtextdomain (GETTEXT_PACKAGE, EOM_LOCALE_DIR);
bind_textdomain_codeset (GETTEXT_PACKAGE, "UTF-8");
textdomain (GETTEXT_PACKAGE);
@@ -231,9 +228,6 @@ main (int argc, char **argv)
#ifdef HAVE_EXEMPI
xmp_init();
#endif
-#ifdef HAVE_RSVG
- rsvg_init();
-#endif
eom_debug_init ();
eom_job_queue_init ();
gdk_threads_init ();
@@ -260,9 +254,6 @@ main (int argc, char **argv)
eom_plugin_engine_shutdown ();
-#ifdef HAVE_RSVG
- rsvg_term();
-#endif
#ifdef HAVE_EXEMPI
xmp_terminate();
#endif