mirror of
https://github.com/SimpleMobileTools/Simple-Camera.git
synced 2025-06-27 09:02:59 +02:00
remove a deprecated variable
This commit is contained in:
@ -52,7 +52,6 @@ public class Preview extends ViewGroup implements SurfaceHolder.Callback, View.O
|
||||
private static boolean mIsVideoMode;
|
||||
private static boolean mIsSurfaceCreated;
|
||||
private static boolean mSwitchToVideoAsap;
|
||||
private static boolean mIsVideoCaptureIntent;
|
||||
private static boolean mSetupPreviewAfterMeasure;
|
||||
private static boolean mFocusBeforeCapture;
|
||||
private static boolean mForceAspectRatio;
|
||||
@ -93,10 +92,6 @@ public class Preview extends ViewGroup implements SurfaceHolder.Callback, View.O
|
||||
}
|
||||
}
|
||||
|
||||
public void setIsVideoCaptureIntent() {
|
||||
mIsVideoCaptureIntent = true;
|
||||
}
|
||||
|
||||
public boolean setCamera(int cameraId) {
|
||||
mCurrCameraId = cameraId;
|
||||
Camera newCamera;
|
||||
|
Reference in New Issue
Block a user