summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorMoonchild <moonchild@palemoon.org>2021-11-26 18:08:58 +0000
committerMoonchild <moonchild@palemoon.org>2021-11-26 18:08:58 +0000
commit4cffd541de9065c16bbe0dd2fa10e41329e6caa5 (patch)
treeeab213a29c3375b16a2398dc851ef7062c8c126d /modules
parentf9591cc1c0c314522b7df3b650a68d2c51e46c10 (diff)
downloadaura-central-4cffd541de9065c16bbe0dd2fa10e41329e6caa5.tar.gz
Issue %3014 - Part 1: Remove conditional WebRTC code
Diffstat (limited to 'modules')
-rw-r--r--modules/AppConstants.jsm7
1 files changed, 0 insertions, 7 deletions
diff --git a/modules/AppConstants.jsm b/modules/AppConstants.jsm
index 635e936ed..7cfa8980c 100644
--- a/modules/AppConstants.jsm
+++ b/modules/AppConstants.jsm
@@ -102,13 +102,6 @@ this.AppConstants = Object.freeze({
false,
#endif
- MOZ_WEBRTC:
-#ifdef MOZ_WEBRTC
- true,
-#else
- false,
-#endif
-
MOZ_WIDGET_GTK:
#ifdef MOZ_WIDGET_GTK
true,