diff options
author | ritsuka <[email protected]> | 2015-04-17 13:21:30 +0000 |
---|---|---|
committer | ritsuka <[email protected]> | 2015-04-17 13:21:30 +0000 |
commit | cb6518b73d6e9a807c07acd5d18b83d2b02abddf (patch) | |
tree | 62410b56ab98cce15ff8eb4e15f01b0db526e451 /macosx/HBJob.m | |
parent | db6ef00503a7828e3976c379da7eb0f9d06232c4 (diff) |
MacGui: remove HBPicture dependency on HBTitle.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7091 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx/HBJob.m')
-rw-r--r-- | macosx/HBJob.m | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/macosx/HBJob.m b/macosx/HBJob.m index 574fd375e..1607cca8e 100644 --- a/macosx/HBJob.m +++ b/macosx/HBJob.m @@ -113,7 +113,6 @@ NSString *HBChaptersChangedNotification = @"HBChaptersChangedNotification"; { _title = title; self.range.title = title; - self.picture.title = title; } - (void)setChaptersEnabled:(BOOL)chaptersEnabled |