diff options
| -rw-r--r-- | Invert.m | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -17,8 +17,6 @@ static const CGGammaValue INVERTED_GAMMA[2] = {1, 0}; - (void)toggleInvertColors:(NSEvent *)event { - NSLog(@"Toggling"); - if (!_inverted) { [self invertColors]; |
