(Android Phoenix) Clean up two warnings

This commit is contained in:
twinaphex 2013-10-30 23:20:07 +01:00
parent aab3f93f56
commit 559a91ff1f
1 changed files with 0 additions and 3 deletions

View File

@ -6,8 +6,6 @@ import java.io.FileInputStream;
import java.io.IOException;
import java.io.InputStreamReader;
import com.retroarch.R;
import android.annotation.TargetApi;
import android.content.Context;
import android.content.SharedPreferences;
@ -48,7 +46,6 @@ public final class UserPreferences
// Get libretro name and path
final SharedPreferences prefs = getPreferences(ctx);
final String libretro_path = prefs.getString("libretro_path", nativeLibraryDir);
final String libretro_name = prefs.getString("libretro_name", ctx.getString(R.string.no_core));
// Check if global config is being used. Return true upon failure.
final boolean globalConfigEnabled = prefs.getBoolean("global_config_enable", true);