Skip to content

Commit 816ba15

Browse files
committed
Remove unused FLTCam fields
1 parent 5de6e01 commit 816ba15

File tree

1 file changed

+0
-8
lines changed
  • packages/camera/camera_avfoundation/ios/camera_avfoundation/Sources/camera_avfoundation_objc

1 file changed

+0
-8
lines changed

packages/camera/camera_avfoundation/ios/camera_avfoundation/Sources/camera_avfoundation_objc/FLTCam.m

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,6 @@
2121

2222
@interface FLTCam () <AVCaptureVideoDataOutputSampleBufferDelegate,
2323
AVCaptureAudioDataOutputSampleBufferDelegate>
24-
25-
@property(readonly, nonatomic) int64_t textureId;
26-
27-
@property(readonly, nonatomic) CGSize captureSize;
28-
@property(strong, nonatomic)
29-
NSObject<FLTAssetWriterInputPixelBufferAdaptor> *assetWriterPixelBufferAdaptor;
30-
@property(strong, nonatomic) AVCaptureVideoDataOutput *videoOutput;
31-
3224
/// A wrapper for CMVideoFormatDescriptionGetDimensions.
3325
/// Allows for alternate implementations in tests.
3426
@property(nonatomic, copy) VideoDimensionsForFormat videoDimensionsForFormat;

0 commit comments

Comments
 (0)