From: Masahiro Yamada Date: Sat, 17 Apr 2021 14:50:37 +0000 (+0900) Subject: kconfig: gconf: remove unused code X-Git-Tag: v5.13-rc1~92^2~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ed63ef7796979835d7cfb4dc2d108b6eeeb2b7c2;p=thirdparty%2Flinux.git kconfig: gconf: remove unused code Remove the unused inclusion, and commented out lines. Signed-off-by: Masahiro Yamada --- diff --git a/scripts/kconfig/gconf.c b/scripts/kconfig/gconf.c index 5527482c30779..7698eea6fb6e8 100644 --- a/scripts/kconfig/gconf.c +++ b/scripts/kconfig/gconf.c @@ -3,10 +3,6 @@ * Copyright (C) 2002-2003 Romain Lievin */ -#ifdef HAVE_CONFIG_H -# include -#endif - #include #include "lkc.h" #include "images.h" @@ -1452,9 +1448,6 @@ int main(int ac, char *av[]) gtk_init(&ac, &av); glade_init(); - //add_pixmap_directory (PACKAGE_DATA_DIR "/" PACKAGE "/pixmaps"); - //add_pixmap_directory (PACKAGE_SOURCE_DIR "/pixmaps"); - /* Determine GUI path */ env = getenv(SRCTREE); if (env)