summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGaming4JC <g4jc@hyperbola.info>2020-02-15 10:55:38 -0500
committerGaming4JC <g4jc@hyperbola.info>2020-02-15 10:55:38 -0500
commit150dfcdf2a61d77b0a38dea1cfea50fac56cacfb (patch)
tree1b04a51067c942a4fea83edbab631339530963e1
parent47f11f1987ca87a869ed5e8e1bc32a37700e3119 (diff)
downloadiceweasel-uxp-150dfcdf2a61d77b0a38dea1cfea50fac56cacfb.tar.gz
Remove unused cdm reference
-rw-r--r--app/moz.build3
1 files changed, 0 insertions, 3 deletions
diff --git a/app/moz.build b/app/moz.build
index be9f540..d62b87f 100644
--- a/app/moz.build
+++ b/app/moz.build
@@ -45,9 +45,6 @@ if CONFIG['OS_ARCH'] == 'WINNT':
RCINCLUDE = 'splash.rc'
DEFINES['MOZ_PHOENIX'] = True
-for cdm in CONFIG['MOZ_EME_MODULES']:
- DEFINES['MOZ_%s_EME' % cdm.upper()] = True
-
# Control the default heap size.
# This is the heap returned by GetProcessHeap().
# As we use the CRT heap, the default size is too large and wastes VM.