Skip to content

Commit

Permalink
Remove invalid redecl of captureSession
Browse files Browse the repository at this point in the history
  • Loading branch information
mrousavy committed Mar 31, 2021
1 parent a60acc8 commit f6cf04a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ios/CameraView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,6 @@ public final class CameraView: UIView {
internal let cameraQueue = CameraQueues.cameraQueue
internal let videoQueue = CameraQueues.videoQueue

private let captureSession = AVCaptureSession()

var isRunning: Bool {
return captureSession.isRunning
}
Expand Down

0 comments on commit f6cf04a

Please sign in to comment.