diff options
author | Damiano Galassi <[email protected]> | 2019-09-01 09:12:27 +0200 |
---|---|---|
committer | Damiano Galassi <[email protected]> | 2019-09-01 09:12:27 +0200 |
commit | b4dbb30c9d87530755a6c4f9d0b4284a7e43296c (patch) | |
tree | f774b3b5d93ea9a8c2fa74b793eedfb3864b676a /macosx/HBTitle.m | |
parent | 5eede914b207d91c5348777a88c8099b2bed8fd8 (diff) |
MacGui: properly remove an observer.
Diffstat (limited to 'macosx/HBTitle.m')
-rw-r--r-- | macosx/HBTitle.m | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/macosx/HBTitle.m b/macosx/HBTitle.m index 78bb097ae..dbb52a080 100644 --- a/macosx/HBTitle.m +++ b/macosx/HBTitle.m @@ -401,7 +401,6 @@ fail: return _hb_title->crop[3]; } - - (NSArray<HBTitleAudioTrack *> *)audioTracks { if (!_audioTracks) |