plug-ins: Fix warnings about unused profile_label and cmyk_profile in file-jp2
This commit is contained in:
parent
375bdd7946
commit
71c3f29df8
1 changed files with 3 additions and 0 deletions
|
|
@ -1276,8 +1276,11 @@ export_dialog (GimpProcedure *procedure,
|
|||
GimpImage *image)
|
||||
{
|
||||
GtkWidget *dialog;
|
||||
#if ((OPJ_VERSION_MAJOR == 2 && OPJ_VERSION_MINOR == 5 && OPJ_VERSION_BUILD >= 3) || \
|
||||
(OPJ_VERSION_MAJOR == 2 && OPJ_VERSION_MINOR > 5) || OPJ_VERSION_MAJOR > 2)
|
||||
GtkWidget *profile_label;
|
||||
GimpColorProfile *cmyk_profile = NULL;
|
||||
#endif
|
||||
gboolean run;
|
||||
|
||||
dialog = gimp_export_procedure_dialog_new (GIMP_EXPORT_PROCEDURE (procedure),
|
||||
|
|
|
|||
Loading…
Reference in a new issue