mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-30 10:26:58 +01:00
remove unused method
This commit is contained in:
parent
385220cf92
commit
55714d81bf
1 changed files with 0 additions and 13 deletions
|
@ -431,19 +431,6 @@ public class XWPrefs {
|
|||
return result;
|
||||
}
|
||||
|
||||
protected static ArrayList<String> getPrefsStringArrayList( Context context,
|
||||
int keyID )
|
||||
{
|
||||
ArrayList<String> list = new ArrayList<String>();
|
||||
String[] strs = getPrefsStringArray( context, keyID );
|
||||
if ( null != strs ) {
|
||||
for ( int ii = 0; ii < strs.length; ++ii ) {
|
||||
list.add( strs[ii] );
|
||||
}
|
||||
}
|
||||
return list;
|
||||
}
|
||||
|
||||
protected static void setPrefsStringArray( Context context, int keyID,
|
||||
String[] value )
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue