diff options
author | Damiano Galassi <[email protected]> | 2018-07-10 20:06:09 +0200 |
---|---|---|
committer | Damiano Galassi <[email protected]> | 2018-07-10 20:06:09 +0200 |
commit | f6a000f1c97f4aa0e4fc6f7751dc5bedb8e3a0bf (patch) | |
tree | 966d59d56302aae46ac334d0e2939058ed9ac0e4 /macosx/HBEncodingProgressHUDController.m | |
parent | 44d7c56f5551c2b862811c70ae457fd5f2a5c797 (diff) |
MacGui: remove a bunch of unneeded compatibility code.
Diffstat (limited to 'macosx/HBEncodingProgressHUDController.m')
-rw-r--r-- | macosx/HBEncodingProgressHUDController.m | 10 |
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; |