summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2016-03-08 15:45:28 +0000
committerVincent Sanders <vince@kyllikki.org>2016-03-08 15:45:28 +0000
commit5e604235e48602401dae00c4373d0d9346960504 (patch)
tree7ea0ff5d3b6c73cf644ab21899a4d0c2806b9173 /utils
parent6991a42cdd00efa5d5981a3780c2bd3521e4627e (diff)
downloadnetsurf-5e604235e48602401dae00c4373d0d9346960504.tar.gz
netsurf-5e604235e48602401dae00c4373d0d9346960504.tar.bz2
Initial pass removing gtk frontend theme code
Diffstat (limited to 'utils')
-rw-r--r--utils/config.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/utils/config.h b/utils/config.h
index 6db2e0a3f..53614680b 100644
--- a/utils/config.h
+++ b/utils/config.h
@@ -146,11 +146,6 @@ int scandir(const char *dir, struct dirent ***namelist,
#define WITH_MMAP
#endif
-/* gtk */
-#if defined(gtk)
- #define WITH_THEME_INSTALL
-#endif
-
/* amiga */
#if defined(__amigaos4__) || defined(__AMIGA__) || \
defined(nsatari)