diff --git a/Source/NSView.m b/Source/NSView.m index 173380dd6..276a4fd4c 100644 --- a/Source/NSView.m +++ b/Source/NSView.m @@ -1853,14 +1853,9 @@ GSSetDragTypes(NSView* obj, NSArray *types) if (shouldScroll) { - id cSuper = [s superview]; - aPoint = [self convertPoint: aPoint toView: s]; aPoint = [s constrainScrollPoint: aPoint]; [s scrollToPoint: aPoint]; - if ([cSuper respondsToSelector:@selector(reflectScrolledClipView:)]) - [(NSScrollView *)cSuper reflectScrolledClipView: s]; - return YES; } }