[gimp] plug-ins: remove EXR handling from file-gegl, we have our own plug-in now
- From: Michael Natterer <mitch src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] plug-ins: remove EXR handling from file-gegl, we have our own plug-in now
- Date: Tue, 7 May 2013 20:38:30 +0000 (UTC)
commit e791765dbc404de10fbe69065e2b8ff81946cc90
Author: Michael Natterer <mitch gimp org>
Date: Tue May 7 22:37:05 2013 +0200
plug-ins: remove EXR handling from file-gegl, we have our own plug-in now
plug-ins/common/file-gegl.c | 15 ---------------
1 files changed, 0 insertions(+), 15 deletions(-)
---
diff --git a/plug-ins/common/file-gegl.c b/plug-ins/common/file-gegl.c
index d7d350d..21bff28 100644
--- a/plug-ins/common/file-gegl.c
+++ b/plug-ins/common/file-gegl.c
@@ -70,21 +70,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",
"nef",
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]