Removed extra printf left behind

This commit is contained in:
HyperspaceMadness 2020-11-22 19:39:34 -05:00
parent abb2d06ce9
commit f0c4343cb9

View File

@ -427,12 +427,6 @@ bool video_shader_resolve_current_parameters(config_file_t *conf,
unsigned i;
const struct config_entry_list *entry = NULL;
if (!conf)
{
printf("video_shader_resolve_current_parameters failed because !conf");
return false;
}
/* For all parameters in the shader see if there is any config value set */
for (i = 0; i < shader->num_parameters; i++)
{