Commit e6384308 by Maurits van Beusekom Committed by GitHub

Removed PermissionStatus.disabled from documentation

parent e3945eb1
...@@ -261,9 +261,6 @@ enum PermissionStatus { ...@@ -261,9 +261,6 @@ enum PermissionStatus {
/// Permission to access the requested feature is denied by the user. /// Permission to access the requested feature is denied by the user.
denied, denied,
/// Permissions to access the feature is granted by the user but the feature is disabled.
disabled,
/// Permission to access the requested feature is granted by the user. /// Permission to access the requested feature is granted by the user.
granted, granted,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment