summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2016-03-10 13:30:44 +0000
committerVincent Sanders <vince@kyllikki.org>2016-03-10 13:30:44 +0000
commit875fc5381eaf2fc02ff778a475e1093a52272893 (patch)
tree1efd2c2f5c34a443e4705da283f51e300a6d9f42 /utils
parent6991a42cdd00efa5d5981a3780c2bd3521e4627e (diff)
parent571af764a5df6bfd4c036c1b0e09dcca090bcc11 (diff)
downloadnetsurf-875fc5381eaf2fc02ff778a475e1093a52272893.tar.gz
netsurf-875fc5381eaf2fc02ff778a475e1093a52272893.tar.bz2
Merge branch 'vince/themectomy'
Remove broken GTK 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)