diff options
Diffstat (limited to 'shell/main.c')
-rw-r--r-- | shell/main.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/shell/main.c b/shell/main.c index d85876be..7a4658be 100644 --- a/shell/main.c +++ b/shell/main.c @@ -233,8 +233,6 @@ main (int argc, char *argv[]) textdomain (GETTEXT_PACKAGE); #endif - gdk_set_allowed_backends ("x11"); - context = g_option_context_new (N_("MATE Document Viewer")); g_option_context_set_translation_domain(context, GETTEXT_PACKAGE); g_option_context_add_main_entries (context, goption_options, GETTEXT_PACKAGE); |