From 4d100436b3c298d3718f29d0d294e3089faa7a73 Mon Sep 17 00:00:00 2001 From: Rodeo Date: Mon, 18 Mar 2013 23:08:43 +0000 Subject: MacGui: PictureComntroller reloadStillPreview, remove code that does nothing. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5343 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- macosx/PictureController.m | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'macosx') 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]; } -- cgit v1.2.3