diff options
author | Moonchild <moonchild@palemoon.org> | 2021-03-11 06:43:10 +0000 |
---|---|---|
committer | Moonchild <moonchild@palemoon.org> | 2021-03-11 06:43:10 +0000 |
commit | cc8a7e3f7b7d40967d2dd537b6343c87ba9138c7 (patch) | |
tree | be5418a62494a956557ac0e769773ed2d558fdde /toolkit/modules | |
parent | dce8a3300b191eeebee6f15f3f6e0f5a12a177b1 (diff) | |
download | uxp-cc8a7e3f7b7d40967d2dd537b6343c87ba9138c7.tar.gz |
Issue #1053 - Remove MOZ_WIDGET_ANDROID and IDB_MOBILE
Diffstat (limited to 'toolkit/modules')
-rw-r--r-- | toolkit/modules/AppConstants.jsm | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/toolkit/modules/AppConstants.jsm b/toolkit/modules/AppConstants.jsm index d8aea04739..030260cff1 100644 --- a/toolkit/modules/AppConstants.jsm +++ b/toolkit/modules/AppConstants.jsm @@ -130,8 +130,6 @@ MOZ_SAFE_BROWSING: false, #endif -# NOTE! XP_LINUX has to go after MOZ_WIDGET_ANDROID otherwise Android -# builds will be misidentified as linux. platform: #ifdef MOZ_WIDGET_GTK "linux", @@ -139,8 +137,6 @@ MOZ_SAFE_BROWSING: "win", #elif XP_MACOSX "macosx", -#elif MOZ_WIDGET_ANDROID - "android", #elif XP_LINUX "linux", #else |