mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-29 08:34:37 +01:00
what I mean to check in (without commented out stuff)
This commit is contained in:
parent
4113d92be7
commit
83f2882589
1 changed files with 0 additions and 10 deletions
|
@ -259,7 +259,6 @@ public class CurGameInfo {
|
|||
// Replace any dict that doesn't exist with newDict
|
||||
public void replaceDicts( String newDict )
|
||||
{
|
||||
Utils.logf( "replaceDicts(%s)", newDict );
|
||||
String[] dicts =
|
||||
DictLangCache.getHaveLang( m_context, dictLang );
|
||||
HashSet<String> installed = new HashSet<String>( Arrays.asList(dicts) );
|
||||
|
@ -275,15 +274,6 @@ public class CurGameInfo {
|
|||
} else if ( !installed.contains( players[ii].dictName ) ) {
|
||||
players[ii].dictName = newDict;
|
||||
}
|
||||
|
||||
// String curDict = players[ii].dictName;
|
||||
// if ( newDict.equals( curDict ) ) {
|
||||
// // we're good
|
||||
// } else if ( installed.contains(curDict) ) {
|
||||
// // we're good
|
||||
// } else {
|
||||
// players[ii].dictName = newDict;
|
||||
// }
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue