diff options
author | Damiano Galassi <[email protected]> | 2018-07-10 20:06:09 +0200 |
---|---|---|
committer | Damiano Galassi <[email protected]> | 2018-07-10 20:06:09 +0200 |
commit | f6a000f1c97f4aa0e4fc6f7751dc5bedb8e3a0bf (patch) | |
tree | 966d59d56302aae46ac334d0e2939058ed9ac0e4 /macosx/HBController.m | |
parent | 44d7c56f5551c2b862811c70ae457fd5f2a5c797 (diff) |
MacGui: remove a bunch of unneeded compatibility code.
Diffstat (limited to 'macosx/HBController.m')
-rw-r--r-- | macosx/HBController.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/HBController.m b/macosx/HBController.m index 4e38c5852..16c48d5c2 100644 --- a/macosx/HBController.m +++ b/macosx/HBController.m @@ -102,7 +102,7 @@ @property (nonatomic, weak) IBOutlet HBToolbarBadgedItem *showQueueToolbarItem; -@property (nonatomic, unsafe_unretained) IBOutlet NSView *openTitleView; +@property (nonatomic, weak) IBOutlet NSView *openTitleView; @property (nonatomic, readwrite) BOOL scanSpecificTitle; @property (nonatomic, readwrite) NSInteger scanSpecificTitleIdx; |