We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 989e5d4 commit ed63ef7Copy full SHA for ed63ef7
1 file changed
scripts/kconfig/gconf.c
@@ -3,10 +3,6 @@
3
* Copyright (C) 2002-2003 Romain Lievin <roms@tilp.info>
4
*/
5
6
-#ifdef HAVE_CONFIG_H
7
-# include <config.h>
8
-#endif
9
-
10
#include <stdlib.h>
11
#include "lkc.h"
12
#include "images.h"
@@ -1452,9 +1448,6 @@ int main(int ac, char *av[])
1452
1448
gtk_init(&ac, &av);
1453
1449
glade_init();
1454
1450
1455
- //add_pixmap_directory (PACKAGE_DATA_DIR "/" PACKAGE "/pixmaps");
1456
- //add_pixmap_directory (PACKAGE_SOURCE_DIR "/pixmaps");
1457
1458
1451
/* Determine GUI path */
1459
env = getenv(SRCTREE);
1460
if (env)
0 commit comments