Title: [261097] trunk/Source/WTF
- Revision
- 261097
- Author
- [email protected]
- Date
- 2020-05-04 12:04:25 -0700 (Mon, 04 May 2020)
Log Message
Remove unused USE(COREAUDIO)
https://bugs.webkit.org/show_bug.cgi?id=211384
Reviewed by Alex Christensen.
* wtf/PlatformUse.h: Don't define USE_COREAUDIO.
Modified Paths
Diff
Modified: trunk/Source/WTF/ChangeLog (261096 => 261097)
--- trunk/Source/WTF/ChangeLog 2020-05-04 18:52:27 UTC (rev 261096)
+++ trunk/Source/WTF/ChangeLog 2020-05-04 19:04:25 UTC (rev 261097)
@@ -1,5 +1,14 @@
2020-05-04 Darin Adler <[email protected]>
+ Remove unused USE(COREAUDIO)
+ https://bugs.webkit.org/show_bug.cgi?id=211384
+
+ Reviewed by Alex Christensen.
+
+ * wtf/PlatformUse.h: Don't define USE_COREAUDIO.
+
+2020-05-04 Darin Adler <[email protected]>
+
Remove now-unneeded HAVE(UI_REMOTE_VIEW)
https://bugs.webkit.org/show_bug.cgi?id=211382
Modified: trunk/Source/WTF/wtf/PlatformUse.h (261096 => 261097)
--- trunk/Source/WTF/wtf/PlatformUse.h 2020-05-04 18:52:27 UTC (rev 261096)
+++ trunk/Source/WTF/wtf/PlatformUse.h 2020-05-04 19:04:25 UTC (rev 261097)
@@ -201,10 +201,6 @@
#define USE_REQUEST_ANIMATION_FRAME_DISPLAY_MONITOR 1
#endif
-#if PLATFORM(MAC)
-#define USE_COREAUDIO 1
-#endif
-
#if !defined(USE_ZLIB)
#define USE_ZLIB 1
#endif
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes