diff options
author | Matt A. Tobin <email@mattatobin.com> | 2020-02-22 19:03:00 -0500 |
---|---|---|
committer | Matt A. Tobin <email@mattatobin.com> | 2020-02-22 19:03:00 -0500 |
commit | 69ed4e4b4ee94b69f55e2e0d405aff109e3d145c (patch) | |
tree | 47e775a19e4ac23d4e70970fc24dec619cbfd110 /xpcom/base/nsSystemInfo.h | |
parent | 7c8262e8c30018c1c522de5db1f22f815212a89f (diff) | |
download | uxp-69ed4e4b4ee94b69f55e2e0d405aff109e3d145c.tar.gz |
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 5a7ef44240..8e9263d3a2 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); |