summaryrefslogtreecommitdiffstats
path: root/macosx/HBQueue.m
diff options
context:
space:
mode:
Diffstat (limited to 'macosx/HBQueue.m')
-rw-r--r--macosx/HBQueue.m1
1 files changed, 0 insertions, 1 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;