diff options
Diffstat (limited to 'macosx/HBQueueController.h')
-rw-r--r-- | macosx/HBQueueController.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/macosx/HBQueueController.h b/macosx/HBQueueController.h index c0efaba17..fc99914f0 100644 --- a/macosx/HBQueueController.h +++ b/macosx/HBQueueController.h @@ -25,7 +25,6 @@ NS_ASSUME_NONNULL_BEGIN @property (nonatomic, readonly) NSUInteger count; @property (nonatomic, readonly) NSUInteger pendingItemsCount; -@property (nonatomic, readonly) NSUInteger workingItemsCount; - (void)addJob:(HBJob *)item; - (void)addJobsFromArray:(NSArray *)items; |