[gimp/wip/Jehan/classy-GIMP: 45/55] plug-ins: unit-editor does not need GimpImage porting.



commit e245b2b5314278cbd0cd89f9f7bb6b85db0bbb95
Author: Jehan <jehan girinstud io>
Date:   Sat Aug 17 10:59:25 2019 +0200

    plug-ins: unit-editor does not need GimpImage porting.
    
    It doesn't use any image/drawable, whatever.

 plug-ins/common/Makefile.am    | 2 --
 plug-ins/common/plugin-defs.pl | 2 +-
 2 files changed, 1 insertion(+), 3 deletions(-)
---
diff --git a/plug-ins/common/Makefile.am b/plug-ins/common/Makefile.am
index bf7ff7abcd..abd6433618 100644
--- a/plug-ins/common/Makefile.am
+++ b/plug-ins/common/Makefile.am
@@ -1583,8 +1583,6 @@ tile_small_LDADD = \
        $(INTLLIBS)             \
        $(tile_small_RC)
 
-unit_editor_CPPFLAGS = $(AM_CPPFLAGS) -DGIMP_DEPRECATED_REPLACE_NEW_API
-
 unit_editor_SOURCES = \
        unit-editor.c
 
diff --git a/plug-ins/common/plugin-defs.pl b/plug-ins/common/plugin-defs.pl
index f90ba9b825..9535ff74df 100644
--- a/plug-ins/common/plugin-defs.pl
+++ b/plug-ins/common/plugin-defs.pl
@@ -68,7 +68,7 @@
     'sphere-designer' => { ui => 1, gegl => 1, old_api => 1 },
     'tile' => { ui => 1, gegl => 1, old_api => 1 },
     'tile-small' => { ui => 1, gegl => 1, old_api => 1 },
-    'unit-editor' => { ui => 1, old_api => 1 },
+    'unit-editor' => { ui => 1 },
     'van-gogh-lic' => { ui => 1, gegl => 1, old_api => 1 },
     'warp' => { ui => 1, gegl => 1, old_api => 1 },
     'wavelet-decompose' => { ui => 1, gegl => 1, old_api => 1 },


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