remove unused method added by merge

This commit is contained in:
Eric House 2014-08-09 10:45:43 -07:00
parent 409085dd25
commit 59640f59e1

View file

@ -54,12 +54,4 @@ public class GamesListActivity extends XWListActivity {
super.onNewIntent( intent );
m_dlgt.onNewIntent( intent );
}
//////////////////////////////////////////////////////////////////////
// GamesListDelegator interface
//////////////////////////////////////////////////////////////////////
public void launchGame( long rowID, boolean invited )
{
GameUtils.launchGame( this, rowID, invited );
}
}