libnm: remove nm_utils_init() from the public API

Remove nm_utils_init() from the public API, and just do it as a
constructor instead.
This commit is contained in:
Dan Winship
2014-12-01 14:43:01 -05:00
parent bddc0de51e
commit 3b86cc047e
11 changed files with 15 additions and 71 deletions

View File

@@ -242,9 +242,6 @@ nm_main_utils_early_setup (const char *progname,
/* Ensure gettext() gets the right environment (bgo #666516) */
setlocale (LC_ALL, "");
bindtextdomain (GETTEXT_PACKAGE, NMLOCALEDIR);
bind_textdomain_codeset (GETTEXT_PACKAGE, "UTF-8");
textdomain (GETTEXT_PACKAGE);
if (getuid () != 0) {