removed unnecessary code

This commit is contained in:
Michael Starke
2018-06-19 10:33:52 +02:00
parent be4eb0e6ad
commit 6f1b074b4d

View File

@@ -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