diff options
author | Moonchild <moonchild@palemoon.org> | 2021-11-26 18:08:58 +0000 |
---|---|---|
committer | Moonchild <moonchild@palemoon.org> | 2021-11-26 18:08:58 +0000 |
commit | 4cffd541de9065c16bbe0dd2fa10e41329e6caa5 (patch) | |
tree | eab213a29c3375b16a2398dc851ef7062c8c126d /modules | |
parent | f9591cc1c0c314522b7df3b650a68d2c51e46c10 (diff) | |
download | aura-central-4cffd541de9065c16bbe0dd2fa10e41329e6caa5.tar.gz |
Issue %3014 - Part 1: Remove conditional WebRTC code
Diffstat (limited to 'modules')
-rw-r--r-- | modules/AppConstants.jsm | 7 |
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, |