summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--logview/logview-main.c2
-rw-r--r--mate-screenshot/mate-screenshot.c2
2 files changed, 0 insertions, 4 deletions
diff --git a/logview/logview-main.c b/logview/logview-main.c
index b4426b4f..74dcb44b 100644
--- a/logview/logview-main.c
+++ b/logview/logview-main.c
@@ -84,8 +84,6 @@ main (int argc, char *argv[])
bind_textdomain_codeset (GETTEXT_PACKAGE, "UTF-8");
textdomain (GETTEXT_PACKAGE);
- g_thread_init (NULL);
-
context = create_option_context ();
g_option_context_parse (context, &argc, &argv, &error);
diff --git a/mate-screenshot/mate-screenshot.c b/mate-screenshot/mate-screenshot.c
index 45682b88..0e122b47 100644
--- a/mate-screenshot/mate-screenshot.c
+++ b/mate-screenshot/mate-screenshot.c
@@ -1286,8 +1286,6 @@ main (int argc, char *argv[])
bind_textdomain_codeset (GETTEXT_PACKAGE, "UTF-8");
textdomain (GETTEXT_PACKAGE);
- g_thread_init (NULL);
-
context = g_option_context_new (_("Take a picture of the screen"));
g_option_context_set_ignore_unknown_options (context, FALSE);
g_option_context_set_help_enabled (context, TRUE);