summaryrefslogtreecommitdiffstats
path: root/layout
diff options
context:
space:
mode:
authortrav90 <travawine@palemoon.org>2018-12-16 08:02:30 -0600
committertrav90 <travawine@palemoon.org>2018-12-16 08:02:30 -0600
commitec2346967015044f5a6ebef03f51ccb5665206b8 (patch)
tree5b7aeda60291ba838f75687f476a44120b09a590 /layout
parentf0fe6b69db8b0c8d7d2cf5ecdad60947029b82a8 (diff)
downloadUXP-ec2346967015044f5a6ebef03f51ccb5665206b8.tar
UXP-ec2346967015044f5a6ebef03f51ccb5665206b8.tar.gz
UXP-ec2346967015044f5a6ebef03f51ccb5665206b8.tar.lz
UXP-ec2346967015044f5a6ebef03f51ccb5665206b8.tar.xz
UXP-ec2346967015044f5a6ebef03f51ccb5665206b8.zip
Remove AndroidMediaDecoder and friends
They are no longer supported and don't work with newer Android versions anyway.
Diffstat (limited to 'layout')
-rw-r--r--layout/build/nsLayoutStatics.cpp9
1 files changed, 0 insertions, 9 deletions
diff --git a/layout/build/nsLayoutStatics.cpp b/layout/build/nsLayoutStatics.cpp
index 0306626c4..0f4560afe 100644
--- a/layout/build/nsLayoutStatics.cpp
+++ b/layout/build/nsLayoutStatics.cpp
@@ -92,10 +92,6 @@
#include "nsSynthVoiceRegistry.h"
#endif
-#ifdef MOZ_ANDROID_OMX
-#include "AndroidMediaPluginHost.h"
-#endif
-
#include "CubebUtils.h"
#include "Latency.h"
#include "WebAudioUtils.h"
@@ -381,11 +377,6 @@ nsLayoutStatics::Shutdown()
nsAutoCopyListener::Shutdown();
FrameLayerBuilder::Shutdown();
-
-#ifdef MOZ_ANDROID_OMX
- AndroidMediaPluginHost::Shutdown();
-#endif
-
CubebUtils::ShutdownLibrary();
AsyncLatencyLogger::ShutdownLogger();
WebAudioUtils::Shutdown();