[gimp/gimp-2-10] plug-ins: remove stuff that is no longer needed from file-pat



commit 64d0e29e42076322f6e06e5d3d496a55d1cdb3a5
Author: Michael Natterer <mitch gimp org>
Date:   Tue Feb 12 21:38:22 2019 +0100

    plug-ins: remove stuff that is no longer needed from file-pat
    
    (cherry picked from commit 52b1348f3d204840962ce4a1645fc94af24b9a4a)

 plug-ins/common/file-pat.c | 3 ---
 1 file changed, 3 deletions(-)
---
diff --git a/plug-ins/common/file-pat.c b/plug-ins/common/file-pat.c
index 66645f3540..a669dd1db1 100644
--- a/plug-ins/common/file-pat.c
+++ b/plug-ins/common/file-pat.c
@@ -24,8 +24,6 @@
 #include <libgimp/gimp.h>
 #include <libgimp/gimpui.h>
 
-#include "app/core/gimppattern-header.h"
-
 #include "libgimp/stdplugins-intl.h"
 
 
@@ -111,7 +109,6 @@ run (const gchar      *name,
   GError            *error  = NULL;
 
   INIT_I18N ();
-  gegl_init (NULL, NULL);
 
   run_mode = param[0].data.d_int32;
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]