summaryrefslogtreecommitdiff
path: root/res/menu
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2011-11-22 15:13:02 +0300
committerAndrew Dolgov <[email protected]>2011-11-22 15:13:02 +0300
commitd9d778c56503cf65dbbd13079890412621d551c8 (patch)
tree5514ada5f0e4eaf3d118829b3b3c2ce028dab909 /res/menu
parentf7866f120771bc5167e7d8588ca7bd3c3ea2f0c5 (diff)
remove offline sync stuff
Diffstat (limited to 'res/menu')
-rw-r--r--res/menu/main_menu.xml6
1 files changed, 0 insertions, 6 deletions
diff --git a/res/menu/main_menu.xml b/res/menu/main_menu.xml
index ebd8fe44..42ec20e9 100644
--- a/res/menu/main_menu.xml
+++ b/res/menu/main_menu.xml
@@ -4,10 +4,4 @@
android:icon="@android:drawable/ic_menu_preferences"
android:title="@string/preferences"
android:showAsAction="ifRoom|withText"/>
-
- <item android:id="@+id/sync_status"
- android:title="@string/offline"
- android:icon="@android:drawable/presence_offline"
- android:showAsAction="ifRoom|withText"/>
-
</menu>