[gimp/wip/Jehan/classy-GIMP: 13/22] plug-ins: unit-editor does not need GimpImage porting.
- From: Jehan <jehanp src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp/wip/Jehan/classy-GIMP: 13/22] plug-ins: unit-editor does not need GimpImage porting.
- Date: Mon, 19 Aug 2019 15:47:00 +0000 (UTC)
commit bc925b9236b87f36f111a8053d88c6f43c2b84dc
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]