mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-02-05 20:45:49 +01:00
get rid of menuitem that was there only for development testing
This commit is contained in:
parent
c125edd2cb
commit
98716b755a
2 changed files with 3 additions and 9 deletions
|
@ -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"
|
||||
/>
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue