summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDamiano Galassi <[email protected]>2020-02-18 15:15:45 +0100
committerDamiano Galassi <[email protected]>2020-04-11 09:16:24 +0200
commitc3b2645cb09b48443bdd0e2670be6866d34b0dae (patch)
tree26fd6019f975f1216f2e56333022a9734c816bcb
parentfe95d6526e2173f77b23d25102c603691889620f (diff)
MacGui: cosmetics.
-rw-r--r--macosx/HBQueue.m1
-rw-r--r--macosx/HBQueueItem.h3
2 files changed, 0 insertions, 4 deletions
diff --git a/macosx/HBQueue.m b/macosx/HBQueue.m
index d96c06816..8036696a8 100644
--- a/macosx/HBQueue.m
+++ b/macosx/HBQueue.m
@@ -65,7 +65,6 @@ NSString * const HBQueueItemNotificationItemKey = @"HBQueueItemNotificationItemK
{
NSInteger loggingLevel = [NSUserDefaults.standardUserDefaults integerForKey:HBLoggingLevel];
- // Init a separate instance of libhb for the queue
_core = [[HBRemoteCore alloc] initWithLogLevel:loggingLevel name:@"QueueCore"];
_core.automaticallyPreventSleep = NO;
diff --git a/macosx/HBQueueItem.h b/macosx/HBQueueItem.h
index 619b0f9ad..e700d12de 100644
--- a/macosx/HBQueueItem.h
+++ b/macosx/HBQueueItem.h
@@ -56,12 +56,9 @@ typedef NS_ENUM(NSUInteger, HBQueueItemState) {
- (void)resumedAtDate:(NSDate *)date;
@property (nonatomic, readonly) NSUInteger fileSize;
-
@property (nonatomic, readonly) NSAttributedString *attributedDescription;
-
@property (nonatomic, readonly, nullable) NSAttributedString *attributedStatistics;
-
@end
NS_ASSUME_NONNULL_END