Skip to content

Commit ed63ef7

Browse files
committed
kconfig: gconf: remove unused code
Remove the unused <config.h> inclusion, and commented out lines. Signed-off-by: Masahiro Yamada <[email protected]>
1 parent 989e5d4 commit ed63ef7

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

scripts/kconfig/gconf.c

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,6 @@
33
* Copyright (C) 2002-2003 Romain Lievin <[email protected]>
44
*/
55

6-
#ifdef HAVE_CONFIG_H
7-
# include <config.h>
8-
#endif
9-
106
#include <stdlib.h>
117
#include "lkc.h"
128
#include "images.h"
@@ -1452,9 +1448,6 @@ int main(int ac, char *av[])
14521448
gtk_init(&ac, &av);
14531449
glade_init();
14541450

1455-
//add_pixmap_directory (PACKAGE_DATA_DIR "/" PACKAGE "/pixmaps");
1456-
//add_pixmap_directory (PACKAGE_SOURCE_DIR "/pixmaps");
1457-
14581451
/* Determine GUI path */
14591452
env = getenv(SRCTREE);
14601453
if (env)

0 commit comments

Comments
 (0)