diff options
author | Rodeo <[email protected]> | 2013-03-18 23:08:43 +0000 |
---|---|---|
committer | Rodeo <[email protected]> | 2013-03-18 23:08:43 +0000 |
commit | 4d100436b3c298d3718f29d0d294e3089faa7a73 (patch) | |
tree | f35f44438d020b26916e5acd0709c650a66bcb8f /macosx | |
parent | b0397998772fce122f38b96c81c0bd199d7aced9 (diff) |
MacGui: PictureComntroller reloadStillPreview, remove code that does nothing.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5343 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx')
-rw-r--r-- | macosx/PictureController.m | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/macosx/PictureController.m b/macosx/PictureController.m index d76762558..0ad7e6e82 100644 --- a/macosx/PictureController.m +++ b/macosx/PictureController.m @@ -1073,12 +1073,7 @@ - (void)reloadStillPreview { - /* XXX: make sure we actually have a title before de-referencing it */ - if (fTitle != NULL) - { - hb_job_t *job = fTitle->job; - [fPreviewController SetTitle:fTitle]; - } + [fPreviewController SetTitle:fTitle]; } |