From: dynaflash Date: Thu, 4 Dec 2008 16:41:00 +0000 (+0000) Subject: MacGui: Fix a built error introduced in 2003 X-Git-Tag: 0.9.4~953 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c78106fafb93446fcca1eb906b67b60935f6e82d;p=handbrake MacGui: Fix a built error introduced in 2003 - Note to self: (don't leave an errant */ ) git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2004 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- diff --git a/macosx/Controller.mm b/macosx/Controller.mm index 80e787582..3ac95d006 100644 --- a/macosx/Controller.mm +++ b/macosx/Controller.mm @@ -5705,7 +5705,6 @@ return YES; } /* If the preset has an objectForKey:@"UsesPictureFilters", and handle the filters here */ - */ if ([chosenPreset objectForKey:@"UsesPictureFilters"] && [[chosenPreset objectForKey:@"UsesPictureFilters"] intValue] > 0) { /* Filters */