diff options
author | Matt A. Tobin <email@mattatobin.com> | 2020-02-20 12:12:30 -0500 |
---|---|---|
committer | wolfbeast <mcwerewolf@wolfbeast.com> | 2020-04-14 12:49:08 +0200 |
commit | 496fbaf738fb00824d7e972e874bfdbe85caaee5 (patch) | |
tree | d1ee93e14f49f8ff5e05cd1e0f52693df4721b93 /widget/EventMessageList.h | |
parent | 85621ee9b30dd325b85eecb7137a0d3cb1d38c27 (diff) | |
download | UXP-496fbaf738fb00824d7e972e874bfdbe85caaee5.tar UXP-496fbaf738fb00824d7e972e874bfdbe85caaee5.tar.gz UXP-496fbaf738fb00824d7e972e874bfdbe85caaee5.tar.lz UXP-496fbaf738fb00824d7e972e874bfdbe85caaee5.tar.xz UXP-496fbaf738fb00824d7e972e874bfdbe85caaee5.zip |
Issue #1053 - Remove conditional android code from widget/
Diffstat (limited to 'widget/EventMessageList.h')
-rw-r--r-- | widget/EventMessageList.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/widget/EventMessageList.h b/widget/EventMessageList.h index 890a26dcd..7ff16c484 100644 --- a/widget/EventMessageList.h +++ b/widget/EventMessageList.h @@ -379,9 +379,6 @@ NS_EVENT_MESSAGE(eDeviceMotion) NS_EVENT_MESSAGE(eDeviceProximity) NS_EVENT_MESSAGE(eUserProximity) NS_EVENT_MESSAGE(eDeviceLight) -#if defined(MOZ_WIDGET_ANDROID) -NS_EVENT_MESSAGE(eOrientationChange) -#endif // WebVR events NS_EVENT_MESSAGE(eVRDisplayConnect) |