diff --git a/MacPass/MPTableView.m b/MacPass/MPTableView.m index 774446b7..c200c382 100644 --- a/MacPass/MPTableView.m +++ b/MacPass/MPTableView.m @@ -46,13 +46,4 @@ return YES; } -- (void)drawBackgroundInClipRect:(NSRect)clipRect { - /* - We need to clear the outer areas - as calling super will not do that for us - */ - [self.backgroundColor set]; - NSRectFill(clipRect); - [super drawBackgroundInClipRect:clipRect]; -} @end