Merge pull request #2895 from mrcarlberg/bad_merge

Fixed: Removed old unused line from a bad manual merge
This commit is contained in:
cacaodev
2020-05-05 08:38:05 +02:00
committed by GitHub
-1
View File
@@ -3664,7 +3664,6 @@ var CPAppearanceVibrantDark = [CPAppearance appearanceNamed:CPAppearanceNameVibr
- (void)_updateTrackingAreasWithRecursion:(BOOL)shouldCallRecursively
{
_inhibitUpdateTrackingAreas = YES;
[self _updateTrackingAreasWithRecursion:shouldCallRecursively withReferencingSuperViewVisibleRect:[_superview visibleRect]];
}