aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/kconfig/gconf.c
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/kconfig/gconf.c')
-rw-r--r--scripts/kconfig/gconf.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/scripts/kconfig/gconf.c b/scripts/kconfig/gconf.c
index c406bde28dbe..9258957a0913 100644
--- a/scripts/kconfig/gconf.c
+++ b/scripts/kconfig/gconf.c
@@ -1507,10 +1507,6 @@ int main(int ac, char *av[])
1507 char *env; 1507 char *env;
1508 gchar *glade_file; 1508 gchar *glade_file;
1509 1509
1510#ifndef LKC_DIRECT_LINK
1511 kconfig_load();
1512#endif
1513
1514 bindtextdomain(PACKAGE, LOCALEDIR); 1510 bindtextdomain(PACKAGE, LOCALEDIR);
1515 bind_textdomain_codeset(PACKAGE, "UTF-8"); 1511 bind_textdomain_codeset(PACKAGE, "UTF-8");
1516 textdomain(PACKAGE); 1512 textdomain(PACKAGE);