From 6f1b074b4db8fc49763be9e31af6960f7e4e19d9 Mon Sep 17 00:00:00 2001 From: Michael Starke Date: Tue, 19 Jun 2018 10:33:52 +0200 Subject: [PATCH] removed unnecessary code --- MacPass/MPTableView.m | 9 --------- 1 file changed, 9 deletions(-) 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