From 98716b755a3c8335e69ab48a7ae22955db118633 Mon Sep 17 00:00:00 2001 From: Eric House Date: Sat, 6 Nov 2010 08:30:45 -0700 Subject: [PATCH] get rid of menuitem that was there only for development testing --- xwords4/android/XWords4/res/menu/games_list_item_menu.xml | 6 +++--- .../XWords4/src/org/eehouse/android/xw4/GamesList.java | 6 ------ 2 files changed, 3 insertions(+), 9 deletions(-) diff --git a/xwords4/android/XWords4/res/menu/games_list_item_menu.xml b/xwords4/android/XWords4/res/menu/games_list_item_menu.xml index bf0e01807..50b61f329 100644 --- a/xwords4/android/XWords4/res/menu/games_list_item_menu.xml +++ b/xwords4/android/XWords4/res/menu/games_list_item_menu.xml @@ -4,9 +4,9 @@ - + + + diff --git a/xwords4/android/XWords4/src/org/eehouse/android/xw4/GamesList.java b/xwords4/android/XWords4/src/org/eehouse/android/xw4/GamesList.java index d923d332d..f03ebc3ed 100644 --- a/xwords4/android/XWords4/src/org/eehouse/android/xw4/GamesList.java +++ b/xwords4/android/XWords4/src/org/eehouse/android/xw4/GamesList.java @@ -315,12 +315,6 @@ public class GamesList extends XWListActivity m_invalPath = path; break; - // For development only; don't ship!!! - case R.id.list_item_netconfig: - GameUtils.doConfig( this, path, RelayGameActivity.class ); - m_invalPath = path; - break; - case R.id.list_item_new_from: String newName = GameUtils.resetGame( this, path ); invalPath = newName;