summaryrefslogtreecommitdiffstats
path: root/macosx/HBEncodingProgressHUDController.m
diff options
context:
space:
mode:
authorDamiano Galassi <[email protected]>2018-07-10 20:06:09 +0200
committerDamiano Galassi <[email protected]>2018-07-10 20:06:09 +0200
commitf6a000f1c97f4aa0e4fc6f7751dc5bedb8e3a0bf (patch)
tree966d59d56302aae46ac334d0e2939058ed9ac0e4 /macosx/HBEncodingProgressHUDController.m
parent44d7c56f5551c2b862811c70ae457fd5f2a5c797 (diff)
MacGui: remove a bunch of unneeded compatibility code.
Diffstat (limited to 'macosx/HBEncodingProgressHUDController.m')
-rw-r--r--macosx/HBEncodingProgressHUDController.m10
1 files changed, 0 insertions, 10 deletions
diff --git a/macosx/HBEncodingProgressHUDController.m b/macosx/HBEncodingProgressHUDController.m
index 4ac16e1ea..da417bf02 100644
--- a/macosx/HBEncodingProgressHUDController.m
+++ b/macosx/HBEncodingProgressHUDController.m
@@ -20,16 +20,6 @@
return @"HBEncodingProgressHUDController";
}
-- (void)loadView
-{
- [super loadView];
-
- if (NSClassFromString(@"NSVisualEffectView") == NO)
- {
- self.infoLabel.textColor = [NSColor whiteColor];
- }
-}
-
- (BOOL)canBeHidden
{
return NO;