aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/kconfig/qconf.cc
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/qconf.cc
parentkconfig: nuke reference to SWIG (diff)
downloadlinux-dev-5a6f8d2bd9e3392569ed6f29ea4d7210652f929b.tar.xz
linux-dev-5a6f8d2bd9e3392569ed6f29ea4d7210652f929b.zip
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/qconf.cc')
-rw-r--r--scripts/kconfig/qconf.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/scripts/kconfig/qconf.cc b/scripts/kconfig/qconf.cc
index c2796b866f8f..31e01cdbfc6e 100644
--- a/scripts/kconfig/qconf.cc
+++ b/scripts/kconfig/qconf.cc
@@ -1745,10 +1745,6 @@ int main(int ac, char** av)
bindtextdomain(PACKAGE, LOCALEDIR);
textdomain(PACKAGE);
-#ifndef LKC_DIRECT_LINK
- kconfig_load();
-#endif
-
progname = av[0];
configApp = new QApplication(ac, av);
if (ac > 1 && av[1][0] == '-') {