summaryrefslogtreecommitdiffstats
path: root/third_party/cld
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/cld')
-rw-r--r--third_party/cld/base/build_config.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/third_party/cld/base/build_config.h b/third_party/cld/base/build_config.h
index 3bb388c..0292c14f 100644
--- a/third_party/cld/base/build_config.h
+++ b/third_party/cld/base/build_config.h
@@ -41,12 +41,6 @@
#error Please add support for your platform in build/build_config.h
#endif
-// A flag derived from the above flags, used to cover GTK code in
-// both TOOLKIT_GTK and TOOLKIT_VIEWS.
-#if defined(TOOLKIT_GTK) || (defined(TOOLKIT_VIEWS) && !defined(OS_WIN))
-#define TOOLKIT_USES_GTK 1
-#endif
-
#if defined(OS_LINUX) || defined(OS_FREEBSD) || defined(OS_OPENBSD) || \
defined(OS_ANDROID)
#define USE_NSS 1 // Use NSS for crypto.