diff options
author | Christian Schneppe <christian@pix-art.de> | 2016-05-21 23:06:13 +0200 |
---|---|---|
committer | Christian Schneppe <christian@pix-art.de> | 2016-05-21 23:06:13 +0200 |
commit | 5709a053b72eb04c7ac7f2ca357e17f75699fdaa (patch) | |
tree | de4c54eae0c1fcd5119c48ecc6e1880e6581ff23 /src/main/res/menu | |
parent | 640aa7aee071159488857dff04fa2e8b49506c30 (diff) |
delete old menu entries
Diffstat (limited to 'src/main/res/menu')
-rw-r--r-- | src/main/res/menu/muc_details.xml | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/main/res/menu/muc_details.xml b/src/main/res/menu/muc_details.xml index ad79f5778..bd809a9f4 100644 --- a/src/main/res/menu/muc_details.xml +++ b/src/main/res/menu/muc_details.xml @@ -35,15 +35,5 @@ android:orderInCategory="85" android:showAsAction="never" android:title="@string/advanced_mode"/> - <item - android:id="@+id/action_accounts" - android:orderInCategory="90" - android:showAsAction="never" - android:title="@string/action_accounts"/> - <item - android:id="@+id/action_settings" - android:orderInCategory="100" - android:showAsAction="never" - android:title="@string/action_settings"/> </menu>
\ No newline at end of file |