diff options
author | Moonchild <moonchild@palemoon.org> | 2020-12-25 23:29:47 +0000 |
---|---|---|
committer | Moonchild <moonchild@palemoon.org> | 2020-12-25 23:29:47 +0000 |
commit | 9f004841a248c7c17f536be77d7af67de7b3f39b (patch) | |
tree | 4efbf2cb6c89ba8427ca48bd1615416105234d7a /dom/base/ScreenOrientation.h | |
parent | 62568d94d5e7b9b3cccb3d7cbf5b284005568845 (diff) | |
download | uxp-9f004841a248c7c17f536be77d7af67de7b3f39b.tar.gz |
Issue #1053 - Part 1c: Remove references to mobile/android targets and paths
Diffstat (limited to 'dom/base/ScreenOrientation.h')
-rw-r--r-- | dom/base/ScreenOrientation.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/dom/base/ScreenOrientation.h b/dom/base/ScreenOrientation.h index 0604d87c66..c69ad69cbe 100644 --- a/dom/base/ScreenOrientation.h +++ b/dom/base/ScreenOrientation.h @@ -16,8 +16,6 @@ namespace mozilla { namespace dom { class Promise; -// Make sure that any change to ScreenOrientationInternal values are -// also made in mobile/android/base/GeckoScreenOrientation.java typedef uint32_t ScreenOrientationInternal; static const ScreenOrientationInternal eScreenOrientation_None = 0; |