From dc49fa2140678ce1d3283af06f5859cae496640a Mon Sep 17 00:00:00 2001 From: Chris Bracken Date: Wed, 27 Nov 2019 14:50:15 -0800 Subject: [PATCH] Eliminate commented-out code (#45726) This appears to have been inadvertently added in #37497 (333c961). The code in question already exists in `_PlatformViewGestureMixin`, which `PlatformViewRenderBox` (where it was added) mixes in. --- packages/flutter/lib/src/rendering/platform_view.dart | 5 ----- 1 file changed, 5 deletions(-) diff --git a/packages/flutter/lib/src/rendering/platform_view.dart b/packages/flutter/lib/src/rendering/platform_view.dart index 1e7d4628e6..ff14763b9b 100644 --- a/packages/flutter/lib/src/rendering/platform_view.dart +++ b/packages/flutter/lib/src/rendering/platform_view.dart @@ -729,11 +729,6 @@ class PlatformViewRenderBox extends RenderBox with _PlatformViewGestureMixin { } } - /// How to behave during hit testing. - // The implicit setter is enough here as changing this value will just affect - // any newly arriving events there's nothing we need to invalidate. - // PlatformViewHitTestBehavior hitTestBehavior; - /// {@macro flutter.rendering.platformView.updateGestureRecognizers} /// /// Any active gesture arena the `PlatformView` participates in is rejected when the