if (preset == NULL)
return NULL;
- if (preset == NULL || !strcasecmp(preset, "custom"))
+ if (!strcasecmp(preset, "custom"))
{
return hb_parse_filter_settings(custom);
}
if (preset == NULL)
return NULL;
- if (preset == NULL || !strcasecmp(preset, "custom"))
+ if (!strcasecmp(preset, "custom"))
{
return hb_parse_filter_settings(custom);
}
if (preset == NULL)
return NULL;
- if (preset == NULL || !strcasecmp(preset, "custom"))
+ if (!strcasecmp(preset, "custom"))
{
return hb_parse_filter_settings(custom);
}