aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/kconfig/gconf.c
diff options
context:
space:
mode:
authorArnaud Lacombe <lacombar@gmail.com>2011-06-01 16:14:47 -0400
committerArnaud Lacombe <lacombar@gmail.com>2011-06-06 15:32:20 -0400
commit5a6f8d2bd9e3392569ed6f29ea4d7210652f929b (patch)
tree46d91ac276ed7ac643227e665adb3267a30739b9 /scripts/kconfig/gconf.c
parent84250386efa581fdf5578b68b9dd6b79998ac48d (diff)
kconfig: nuke LKC_DIRECT_LINK cruft
This interface is not (and has never been ?) used by any frontend, just get rid of it. Signed-off-by: Arnaud Lacombe <lacombar@gmail.com>
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);