Bug 677733 - Export image: duplicate list item for TIFF export

Don't register a mime-type for the alternative file-tiff-save2
procedure, it's not supposed to be registered as file procedure, and
only usable from scripts anyway.
This commit is contained in:
Michael Natterer 2012-11-01 19:21:24 +01:00
parent f3f72b720c
commit 9615f233ba
1 changed files with 0 additions and 2 deletions

View File

@ -205,8 +205,6 @@ query (void)
GIMP_PLUGIN,
G_N_ELEMENTS (save_args), 0,
save_args, NULL);
gimp_register_file_handler_mime (SAVE2_PROC, "image/tiff");
}
static void