diff options
-rw-r--r-- | macosx/HBQueueController.mm | 2 | ||||
-rw-r--r-- | macosx/HBViewValidation.h | 15 |
2 files changed, 1 insertions, 16 deletions
diff --git a/macosx/HBQueueController.mm b/macosx/HBQueueController.mm index 205a6a5a2..3070aedbf 100644 --- a/macosx/HBQueueController.mm +++ b/macosx/HBQueueController.mm @@ -748,7 +748,7 @@ { passesString = [passesString stringByAppendingString:@"1 Foreign Language Search Pass - "]; } - if (job.video.twoPass == YES) + if (job.video.qualityType == 1 || job.video.twoPass == NO) { passesString = [passesString stringByAppendingString:@"1 Video Pass"]; } diff --git a/macosx/HBViewValidation.h b/macosx/HBViewValidation.h deleted file mode 100644 index 205c748fb..000000000 --- a/macosx/HBViewValidation.h +++ /dev/null @@ -1,15 +0,0 @@ -// -// HBViewValidation.h -// HandBrake -// -// Created by Damiano Galassi on 07/08/14. -// -// - -#import <Foundation/Foundation.h> - -@protocol HBViewValidation <NSObject> - -@property (nonatomic, readwrite, getter=isEnabled) BOOL enabled; - -@end |