Skip to content

Commit 0317cce

Browse files
committed
removed vestigial comments
1 parent 75382f6 commit 0317cce

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

packages/camera/camera_android_camerax/lib/src/android_camera_camerax.dart

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -846,10 +846,6 @@ class AndroidCameraCameraX extends CameraPlatform {
846846
final List<int> controlModes =
847847
await cam2Info.getAvailableVideoStabilizationModes();
848848

849-
/// If new modes need to be supported, the opposite of this mapping
850-
/// code is in [_getControlVideoStabilizationMode(...)] in this class,
851-
/// so don't forget to review that method as well.
852-
853849
final Map<VideoStabilizationMode, int> modes =
854850
<VideoStabilizationMode, int>{
855851
for (final int controlMode in controlModes)

0 commit comments

Comments
 (0)