mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-16 02:12:37 +00:00
removed unnecessary code
This commit is contained in:
@@ -46,13 +46,4 @@
|
|||||||
return YES;
|
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
|
@end
|
||||||
|
|||||||
Reference in New Issue
Block a user