Commit 8e2035ec authored by Victor Ananjevsky's avatar Victor Ananjevsky

remove doubled initialization of main data structure

parent e0ca3933
......@@ -218,8 +218,6 @@ main (gint argc, gchar * argv[])
{ NULL }
};
data = g_new0 (IconBrowserData, 1);
#ifdef ENABLE_NLS
bindtextdomain (GETTEXT_PACKAGE, LOCALEDIR);
bind_textdomain_codeset (GETTEXT_PACKAGE, "UTF-8");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment