diff options
author | Matt A. Tobin <email@mattatobin.com> | 2020-02-22 19:03:00 -0500 |
---|---|---|
committer | wolfbeast <mcwerewolf@wolfbeast.com> | 2020-04-14 12:51:25 +0200 |
commit | da15aa0fdf5ec769a0973a00d84f9fa090de0b60 (patch) | |
tree | c6f5b8197eac51be855aecdae3b5d97207cdf97e /xpcom/base/nsSystemInfo.h | |
parent | 867737dd4b650494404a90b8b99ea959f74462ca (diff) | |
download | UXP-da15aa0fdf5ec769a0973a00d84f9fa090de0b60.tar UXP-da15aa0fdf5ec769a0973a00d84f9fa090de0b60.tar.gz UXP-da15aa0fdf5ec769a0973a00d84f9fa090de0b60.tar.lz UXP-da15aa0fdf5ec769a0973a00d84f9fa090de0b60.tar.xz UXP-da15aa0fdf5ec769a0973a00d84f9fa090de0b60.zip |
Issue #1053 - Remove android support from XPCOM
Diffstat (limited to 'xpcom/base/nsSystemInfo.h')
-rw-r--r-- | xpcom/base/nsSystemInfo.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/xpcom/base/nsSystemInfo.h b/xpcom/base/nsSystemInfo.h index 5a7ef4424..8e9263d3a 100644 --- a/xpcom/base/nsSystemInfo.h +++ b/xpcom/base/nsSystemInfo.h @@ -12,10 +12,6 @@ #include "nsIObserver.h" #endif // defined(XP_WIN) -#ifdef MOZ_WIDGET_ANDROID -#include "mozilla/dom/PContent.h" -#endif // MOZ_WIDGET_ANDROID - class nsSystemInfo final : public nsHashPropertyBag #if defined(XP_WIN) @@ -36,12 +32,6 @@ public: // See comments above the variable definition and in NS_InitXPCOM2. static uint32_t gUserUmask; -#ifdef MOZ_WIDGET_ANDROID - static void GetAndroidSystemInfo(mozilla::dom::AndroidSystemInfo* aInfo); - protected: - void SetupAndroidInfo(const mozilla::dom::AndroidSystemInfo&); -#endif - protected: void SetInt32Property(const nsAString& aPropertyName, const int32_t aValue); |