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:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user