aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/menu
diff options
context:
space:
mode:
authorChristian Schneppe <christian@pix-art.de>2016-05-13 22:16:57 +0200
committerChristian Schneppe <christian@pix-art.de>2016-05-13 22:16:57 +0200
commit3b64ae5e0e9f93d07ad72bd56d301413a33dd588 (patch)
treef6639b906c5c2c481c91ba05ae7406b86cfe1ebc /src/main/res/menu
parentd93fb68c178783501477b69c2fb2ebada34dac56 (diff)
clean unused resources
Diffstat (limited to 'src/main/res/menu')
-rw-r--r--src/main/res/menu/menu_updater.xml7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/main/res/menu/menu_updater.xml b/src/main/res/menu/menu_updater.xml
deleted file mode 100644
index f52657372..000000000
--- a/src/main/res/menu/menu_updater.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-<menu xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:app="http://schemas.android.com/apk/res-auto"
- xmlns:tools="http://schemas.android.com/tools"
- tools:context="eu.siacs.conversations.ui.UpdaterActivity">
- <item android:id="@+id/action_settings" android:title="@string/action_settings"
- android:orderInCategory="100" app:showAsAction="never" />
-</menu>