Index: Source/wtf/Platform.h |
diff --git a/Source/wtf/Platform.h b/Source/wtf/Platform.h |
index dd4a20b9ef0e24d6ba077cfc1e6b3455f6932aa9..68eada127d4aca02945faae05a6fc8b69d3d2418 100644 |
--- a/Source/wtf/Platform.h |
+++ b/Source/wtf/Platform.h |
@@ -475,10 +475,6 @@ |
#define HAVE_COMPOSITOR_FILTER_OUTSETS 1 |
#endif |
-#if !defined(WTF_USE_3D_GRAPHICS) |
-#define WTF_USE_3D_GRAPHICS 1 |
-#endif |
- |
#if !defined(ENABLE_THREADING_LIBDISPATCH) && HAVE(DISPATCH_H) |
#define ENABLE_THREADING_LIBDISPATCH 1 |
#elif !defined(ENABLE_THREADING_OPENMP) && defined(_OPENMP) |