diff options
-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]; } |