plug-ins: remove EXR handling from file-gegl, we have our own plug-in now

This commit is contained in:
Michael Natterer 2013-05-07 22:37:05 +02:00
parent 7946001235
commit e791765dbc
1 changed files with 0 additions and 15 deletions

View File

@ -69,21 +69,6 @@ static gboolean save_image (const gchar *filename,
static const FileFormat file_formats[] =
{
{
N_("EXR image"),
"image/x-exr",
"exr,hdr",
"",
"file-exr-load",
"Loads EXR images using GEGL",
"This procedure loads images in EXR format, using gegl:load",
"file-exr-save",
"Save EXR images using GEGL",
"This procedure saves images in EXR format, using gegl:save"
},
{
N_("NEF image"),
"image/x-nikon-nef",