diff options
Diffstat (limited to 'macosx/HBPlayerHUDController.m')
-rw-r--r-- | macosx/HBPlayerHUDController.m | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/macosx/HBPlayerHUDController.m b/macosx/HBPlayerHUDController.m index 3524f79e3..98ab96fa5 100644 --- a/macosx/HBPlayerHUDController.m +++ b/macosx/HBPlayerHUDController.m @@ -36,12 +36,6 @@ { [super loadView]; - if (NSClassFromString(@"NSVisualEffectView") == NO) - { - self.currentTimeLabel.textColor = [NSColor whiteColor]; - self.remaingTimeLabel.textColor = [NSColor whiteColor]; - } - if ([[NSFont class] respondsToSelector:@selector(monospacedDigitSystemFontOfSize:weight:)]) { _monospacedAttr = @{NSFontAttributeName: [NSFont monospacedDigitSystemFontOfSize:[NSFont smallSystemFontSize] weight:NSFontWeightRegular]}; } |