From 808736004b3481eacc6522abd5cd3a6e7e33009f Mon Sep 17 00:00:00 2001 From: Damiano Galassi Date: Thu, 7 Dec 2017 14:02:37 +0100 Subject: MacGui: remove an old workaround for a forgotten issue with progress bars. --- macosx/HBController.m | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'macosx/HBController.m') diff --git a/macosx/HBController.m b/macosx/HBController.m index d5e64c2b5..96155900d 100644 --- a/macosx/HBController.m +++ b/macosx/HBController.m @@ -194,19 +194,6 @@ { [self enableUI:NO]; - /* For 64 bit builds, the threaded animation in the progress - * indicators conflicts with the animation in the advanced tab - * for reasons not completely clear. jbrjake found a note in the - * 10.5 dev notes regarding this possiblility. It was also noted - * that unless specified, setUsesThreadedAnimation defaults to true. - * So, at least for now we set the indicator animation to NO for - * both the scan and regular progress indicators for both 32 and 64 bit - * as it test out fine on both and there is no reason our progress indicators - * should require their own thread. - */ - [fScanIndicator setUsesThreadedAnimation:NO]; - [fRipIndicator setUsesThreadedAnimation:NO]; - // Bottom [fStatusField setStringValue:@""]; -- cgit v1.2.3