app: make tests build again after file_open_image() signature change

This commit is contained in:
Michael Natterer 2019-09-12 00:05:17 +02:00
parent 83a936b8fe
commit 7fa730b1c7
2 changed files with 0 additions and 5 deletions

View File

@ -117,7 +117,6 @@ opened_xcf_file_files (gconstpointer data)
gimp_get_user_context (gimp),
NULL /*progress*/,
file,
file,
FALSE /*as_new*/,
NULL /*file_proc*/,
GIMP_RUN_NONINTERACTIVE,
@ -158,7 +157,6 @@ imported_file_files (gconstpointer data)
gimp_get_user_context (gimp),
NULL /*progress*/,
file,
file,
FALSE /*as_new*/,
NULL /*file_proc*/,
GIMP_RUN_NONINTERACTIVE,
@ -207,7 +205,6 @@ saved_imported_file_files (gconstpointer data)
gimp_get_user_context (gimp),
NULL /*progress*/,
import_file,
import_file,
FALSE /*as_new*/,
NULL /*file_proc*/,
GIMP_RUN_NONINTERACTIVE,
@ -315,7 +312,6 @@ clear_import_file_after_export (gconstpointer data)
gimp_get_user_context (gimp),
NULL /*progress*/,
file,
file,
FALSE /*as_new*/,
NULL /*file_proc*/,
GIMP_RUN_NONINTERACTIVE,

View File

@ -267,7 +267,6 @@ gimp_test_load_image (Gimp *gimp,
gimp_get_user_context (gimp),
NULL /*progress*/,
file,
file,
FALSE /*as_new*/,
proc,
GIMP_RUN_NONINTERACTIVE,