Index: build/build_config.h |
diff --git a/build/build_config.h b/build/build_config.h |
index 5c09d4548787b0cecb12b6d5f274777f57527190..9356e44c5552c325ba2bd11b39c2416ed38c512f 100644 |
--- a/build/build_config.h |
+++ b/build/build_config.h |
@@ -43,12 +43,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_SOLARIS) || defined(OS_ANDROID) |
#if !defined(USE_OPENSSL) |