aboutsummaryrefslogtreecommitdiff
path: root/res/menu/admin_context.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/menu/admin_context.xml')
-rw-r--r--res/menu/admin_context.xml16
1 files changed, 0 insertions, 16 deletions
diff --git a/res/menu/admin_context.xml b/res/menu/admin_context.xml
deleted file mode 100644
index 922a24a9..00000000
--- a/res/menu/admin_context.xml
+++ /dev/null
@@ -1,16 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<menu xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:compat="http://schemas.android.com/apk/res-auto">
-
- <item
- android:id="@+id/admin_change_email"
- android:title="@string/admin.change_email"/>
-
- <item
- android:id="@+id/admin_change_password"
- android:title="@string/admin.change_password"/>
-
- <item
- android:id="@+id/admin_delete_user"
- android:title="@string/admin.delete_user"/>
-</menu>