Fix compile error on Android

Remove an unused and deprecated enum value that was giving
compile errors due to a missing case statement when compiling
locally with -developer-build.

Pick-to: 6.2
Change-Id: Ieca2124beda122f603acfd1b5f5746284a8a1a6c
Reviewed-by: Assam Boudjelthia <assam.boudjelthia@qt.io>
This commit is contained in:
Lars Knoll 2021-09-24 13:17:07 +02:00
parent bbf115dec0
commit 9481de80b7

View File

@ -273,8 +273,6 @@ namespace QtAndroidPrivate
PhysicalActivity,
Contacts,
Storage,
// TODO: remove after usages in other modules are renamed.
WriteStorage,
Calendar
};