Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

kconfig: gconf: remove unused code

Remove the unused <config.h> inclusion, and commented out lines.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>

-7
-7
scripts/kconfig/gconf.c
··· 3 3 * Copyright (C) 2002-2003 Romain Lievin <roms@tilp.info> 4 4 */ 5 5 6 - #ifdef HAVE_CONFIG_H 7 - # include <config.h> 8 - #endif 9 - 10 6 #include <stdlib.h> 11 7 #include "lkc.h" 12 8 #include "images.h" ··· 1447 1451 gtk_set_locale(); 1448 1452 gtk_init(&ac, &av); 1449 1453 glade_init(); 1450 - 1451 - //add_pixmap_directory (PACKAGE_DATA_DIR "/" PACKAGE "/pixmaps"); 1452 - //add_pixmap_directory (PACKAGE_SOURCE_DIR "/pixmaps"); 1453 1454 1454 1455 /* Determine GUI path */ 1455 1456 env = getenv(SRCTREE);