[gimp/wip/Jehan/classy-GIMP: 43/45] 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: 43/45] plug-ins: unit-editor does not need GimpImage porting.
- Date: Sat, 17 Aug 2019 10:17:45 +0000 (UTC)
commit 028e62f15b492f144eeeb7646169b144c8893d54
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 1edfd28c72..a2025111ed 100644
--- a/plug-ins/common/Makefile.am
+++ b/plug-ins/common/Makefile.am
@@ -1582,8 +1582,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 3d071c7cb0..4f4dfeb43d 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]