plug-ins: Remove reference to gimp_procedure_config_end_run

Missed an non-interactive call to gimp_procedure_config_end_run()
during the GimpProcedureConfig port.
This commit is contained in:
Alx Sa 2023-10-07 13:53:20 +00:00
parent e029a96d50
commit b641cec7d1
1 changed files with 0 additions and 1 deletions

View File

@ -320,7 +320,6 @@ qbist_run (GimpProcedure *procedure,
break;
case GIMP_RUN_NONINTERACTIVE:
gimp_procedure_config_end_run (config, GIMP_PDB_CALLING_ERROR);
return gimp_procedure_new_return_values (procedure,
GIMP_PDB_CALLING_ERROR,
NULL);