Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/stefan-niedermann/nextcloud-deck.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiedermann IT-Dienstleistungen <info@niedermann.it>2018-10-12 13:24:20 +0300
committerNiedermann IT-Dienstleistungen <info@niedermann.it>2018-10-12 13:24:20 +0300
commitb65362ebb532d904f61bc39fa8d4d14b8c880a82 (patch)
tree36b3913ca51936390438dc9b505ff5e2d609be3b /app/src/main/res/menu
parent1ccbbb9b103919f63d70d294cf175cf8fd2d7ab3 (diff)
Remove dead code
Diffstat (limited to 'app/src/main/res/menu')
-rw-r--r--app/src/main/res/menu/menu_board.xml10
1 files changed, 0 insertions, 10 deletions
diff --git a/app/src/main/res/menu/menu_board.xml b/app/src/main/res/menu/menu_board.xml
deleted file mode 100644
index cf4cfae9f..000000000
--- a/app/src/main/res/menu/menu_board.xml
+++ /dev/null
@@ -1,10 +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="it.niedermann.nextcloud.deck.ui.board.BoardActivity">
- <item
- android:id="@+id/action_settings"
- android:orderInCategory="100"
- android:title="@string/action_settings"
- app:showAsAction="never" />
-</menu>