diff options
author | Damiano Galassi <[email protected]> | 2019-08-11 10:28:23 +0200 |
---|---|---|
committer | Damiano Galassi <[email protected]> | 2019-08-11 10:28:23 +0200 |
commit | 0269063fae2c1f23c36196df9741a846911217a4 (patch) | |
tree | eeaa7f3c28d2711ea89bc13f0801863f75eb3ea6 /macosx/HBQueue.h | |
parent | 757efe91236febe8a2773b1b1abb3c6595fbf23f (diff) |
MacGui: properly cleanup the xpc service temporary files; fix encode toolbar items state when going from scanning to encoding.
Diffstat (limited to 'macosx/HBQueue.h')
-rw-r--r-- | macosx/HBQueue.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/macosx/HBQueue.h b/macosx/HBQueue.h index 036df8d27..6cbc9f4ce 100644 --- a/macosx/HBQueue.h +++ b/macosx/HBQueue.h @@ -13,7 +13,6 @@ NS_ASSUME_NONNULL_BEGIN extern NSString * const HBQueueDidChangeStateNotification; -extern NSString * const HBQueueNotificationStateKey; // HBState extern NSString * const HBQueueDidAddItemNotification; extern NSString * const HBQueueDidRemoveItemNotification; |