mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-18 22:26:30 +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;
|
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,
|
protected static void setPrefsStringArray( Context context, int keyID,
|
||||||
String[] value )
|
String[] value )
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue