remove uneeded comment

This commit is contained in:
Gregory John Casamento 2020-04-24 05:43:12 -04:00
parent 6c8691a082
commit 2fb06e0e7b

View file

@ -893,8 +893,6 @@
forState: (NSControlStateValue)value
enabled: (BOOL)enabled
{
// make smaller so that it does not touch frame
NSColor *backgroundColor = enabled ? [NSColor windowBackgroundColor] : [NSColor disabledControlTextColor];
NSBezierPath *oval;
NSRect rect = NSZeroRect;