get rid of menuitem that was there only for development testing

This commit is contained in:
Eric House 2010-11-06 08:30:45 -07:00
parent c125edd2cb
commit 98716b755a
2 changed files with 3 additions and 9 deletions

View file

@ -4,9 +4,9 @@
<item android:id="@+id/list_item_config"
android:title="@string/list_item_config"
/>
<item android:id="@+id/list_item_netconfig"
android:title="net (remove me)"
/>
<!-- <item android:id="@+id/list_item_netconfig" -->
<!-- android:title="net (remove me)" -->
<!-- /> -->
<item android:id="@+id/list_item_copy"
android:title="@string/list_item_copy"
/>

View file

@ -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;