From: Rodeo Date: Mon, 18 Mar 2013 23:08:43 +0000 (+0000) Subject: MacGui: PictureComntroller reloadStillPreview, remove code that does nothing. X-Git-Tag: 0.9.9~55 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4d100436b3c298d3718f29d0d294e3089faa7a73;p=handbrake MacGui: PictureComntroller reloadStillPreview, remove code that does nothing. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5343 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- 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]; }