Don't set FPS in main BS app, as it was for Glass and there is now a specialized Glass app

This commit is contained in:
Sean Owen 2014-05-16 13:10:29 +01:00
parent 77aabfc457
commit 1b403e81db
2 changed files with 1 additions and 3 deletions

View file

@ -76,8 +76,6 @@ final class CameraConfigurationManager {
initializeTorch(parameters, prefs, safeMode);
CameraConfigurationUtils.setBestPreviewFPS(parameters);
CameraConfigurationUtils.setFocus(
parameters,
prefs.getBoolean(PreferencesActivity.KEY_AUTO_FOCUS, true),

View file

@ -20,7 +20,7 @@ import android.content.SharedPreferences;
import com.google.zxing.client.android.PreferencesActivity;
/**
* Enumerates settings of the prefernce controlling the front light.
* Enumerates settings of the preference controlling the front light.
*/
public enum FrontLightMode {