[gimp/soc-2011-seamless-clone2] plug-ins: remove EXR handling from file-gegl, we have our own plug-in now



commit 4805f4636f5e260f393925576a43594a246e9fc2
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]