mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-13 08:52:20 +00:00
removed unnecessary code
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user