]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
kconfig: gconf: remove unused code
authorMasahiro Yamada <masahiroy@kernel.org>
Sat, 17 Apr 2021 14:50:37 +0000 (23:50 +0900)
committerMasahiro Yamada <masahiroy@kernel.org>
Mon, 19 Apr 2021 05:50:35 +0000 (14:50 +0900)
Remove the unused <config.h> inclusion, and commented out lines.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
scripts/kconfig/gconf.c

index 5527482c30779b2e8ecf96a127fcce4e81d8ebeb..7698eea6fb6e8ce5b8f7f5ccd908eef45d63294e 100644 (file)
@@ -3,10 +3,6 @@
  * Copyright (C) 2002-2003 Romain Lievin <roms@tilp.info>
  */
 
-#ifdef HAVE_CONFIG_H
-#  include <config.h>
-#endif
-
 #include <stdlib.h>
 #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)