[gegl] remove gegl-chent.h
- From: Øyvind Kolås <ok src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gegl] remove gegl-chent.h
- Date: Sat, 26 Mar 2016 18:06:06 +0000 (UTC)
commit 1667dab0b4fad2e702b973ba2c7098becc31f0ae
Author: Øyvind Kolås <pippin gimp org>
Date: Sat Mar 26 18:43:54 2016 +0100
remove gegl-chent.h
gegl/Makefile.am | 4 +-
gegl/gegl-chant.h | 1050 ----------------------------------------------------
gegl/gegl-config.c | 7 +
3 files changed, 8 insertions(+), 1053 deletions(-)
---
diff --git a/gegl/Makefile.am b/gegl/Makefile.am
index 72956e0..2030ebb 100644
--- a/gegl/Makefile.am
+++ b/gegl/Makefile.am
@@ -73,8 +73,8 @@ GEGL_introspectable_headers = \
GEGL_public_HEADERS = \
$(GEGL_introspectable_headers) \
gegl-c.h \
- gegl-chant.h \
gegl-cpuaccel.h \
+ gegl-debug.h \
gegl-op.h \
gegl-plugin.h \
buffer/gegl-tile.h \
@@ -101,11 +101,9 @@ GEGL_sources = \
gegl-matrix.c \
\
gegl-algorithms.h \
- gegl-chant.h \
gegl-config.h \
gegl-cpuaccel.h \
gegl-cpuaccel-private.h \
- gegl-debug.h \
gegl-dot.h \
gegl-dot-visitor.h \
gegl-init-private.h \
diff --git a/gegl/gegl-config.c b/gegl/gegl-config.c
index 5ecc0c1..c82af31 100644
--- a/gegl/gegl-config.c
+++ b/gegl/gegl-config.c
@@ -267,3 +267,10 @@ static void
gegl_config_init (GeglConfig *self)
{
}
+
+#undef gegl_config_threads
+int gegl_config_threads(void);
+int gegl_config_threads(void)
+{
+ return _gegl_threads;
+}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]