aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/menu
diff options
context:
space:
mode:
authorChristian Schneppe <christian@pix-art.de>2018-04-23 21:01:58 +0200
committerChristian Schneppe <christian@pix-art.de>2018-04-23 21:01:58 +0200
commitf9102b21c00d1b4b971a80472eb62665515c9959 (patch)
treecbc9c2c1c7bf57c8a05f841e8f95b0d4176a0fcd /src/main/res/menu
parentb579436846cca0015120aaaf07378c57671707b2 (diff)
remove unused resources
Diffstat (limited to 'src/main/res/menu')
-rw-r--r--src/main/res/menu/change_presence.xml13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/main/res/menu/change_presence.xml b/src/main/res/menu/change_presence.xml
deleted file mode 100644
index 5417076b6..000000000
--- a/src/main/res/menu/change_presence.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-<menu xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:app="http://schemas.android.com/apk/res-auto">
- <item
- android:id="@+id/action_account_details"
- android:title="@string/account_details"
- app:showAsAction="always"
- android:icon="@drawable/ic_account_box_white_24dp" />
- <item
- android:id="@+id/action_settings"
- android:orderInCategory="100"
- app:showAsAction="never"
- android:title="@string/action_settings" />
-</menu> \ No newline at end of file