mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-18 22:26:30 +01:00
remove unused method added by merge
This commit is contained in:
parent
409085dd25
commit
59640f59e1
1 changed files with 0 additions and 8 deletions
|
@ -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 );
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue