mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-09 05:24:44 +01:00
cleanup removed unused locals
This commit is contained in:
parent
0ba4c5a092
commit
8a28be2b9c
1 changed files with 0 additions and 3 deletions
|
@ -2303,9 +2303,6 @@ public class DBUtils {
|
||||||
|
|
||||||
public static String getStringFor( Context context, String key, String dflt )
|
public static String getStringFor( Context context, String key, String dflt )
|
||||||
{
|
{
|
||||||
String selection = String.format( "%s = '%s'", DBHelper.KEY, key );
|
|
||||||
String[] columns = { DBHelper.VALUE };
|
|
||||||
|
|
||||||
initDB( context );
|
initDB( context );
|
||||||
synchronized( s_dbHelper ) {
|
synchronized( s_dbHelper ) {
|
||||||
dflt = getStringForSync( s_db, key, dflt );
|
dflt = getStringForSync( s_db, key, dflt );
|
||||||
|
|
Loading…
Reference in a new issue