Skip to content

Commit dc49fa2

Browse files
authored
Eliminate commented-out code (flutter#45726)
This appears to have been inadvertently added in flutter#37497 (333c961). The code in question already exists in `_PlatformViewGestureMixin`, which `PlatformViewRenderBox` (where it was added) mixes in.
1 parent f87c510 commit dc49fa2

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

packages/flutter/lib/src/rendering/platform_view.dart

-5
Original file line numberDiff line numberDiff line change
@@ -729,11 +729,6 @@ class PlatformViewRenderBox extends RenderBox with _PlatformViewGestureMixin {
729729
}
730730
}
731731

732-
/// How to behave during hit testing.
733-
// The implicit setter is enough here as changing this value will just affect
734-
// any newly arriving events there's nothing we need to invalidate.
735-
// PlatformViewHitTestBehavior hitTestBehavior;
736-
737732
/// {@macro flutter.rendering.platformView.updateGestureRecognizers}
738733
///
739734
/// Any active gesture arena the `PlatformView` participates in is rejected when the

0 commit comments

Comments
 (0)