app: fix signature of gimp_parallel_run_async() function template

Remove the now-useless "independent" parmaeter.  It is supplanted
by the new gimp_parallel_run_async_independent() function.
This commit is contained in:
Ell 2018-07-03 00:45:17 -04:00
parent da1558d0c8
commit 00d034a1d4
1 changed files with 1 additions and 2 deletions

View File

@ -68,8 +68,7 @@ extern "C++"
template <class ParallelRunAsyncFunc>
inline GimpAsync *
gimp_parallel_run_async (gboolean independent,
ParallelRunAsyncFunc func)
gimp_parallel_run_async (ParallelRunAsyncFunc func)
{
ParallelRunAsyncFunc *func_copy = g_new (ParallelRunAsyncFunc, 1);