[gegl/wip/rishi/Wredundant-decls: 16/16] Silence -Wredundant-decls in GEGL API consumers
- From: Debarshi Ray <debarshir src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gegl/wip/rishi/Wredundant-decls: 16/16] Silence -Wredundant-decls in GEGL API consumers
- Date: Tue, 4 Dec 2018 09:31:38 +0000 (UTC)
commit b92dbadb4c99a525c57d5433abcffda4fe0e8f07
Author: Debarshi Ray <debarshir gnome org>
Date: Sun Dec 2 23:05:25 2018 +0100
Silence -Wredundant-decls in GEGL API consumers
Fallout from cc7028d85db62e89bdccaa94704c574414a7da03
https://gitlab.gnome.org/GNOME/gegl/merge_requests/11
gegl/gegl-utils.h | 12 ------------
1 file changed, 12 deletions(-)
---
diff --git a/gegl/gegl-utils.h b/gegl/gegl-utils.h
index 557a2e808..b0a43b14d 100644
--- a/gegl/gegl-utils.h
+++ b/gegl/gegl-utils.h
@@ -22,18 +22,6 @@
G_BEGIN_DECLS
-
-
-#define GEGL_FLOAT_EPSILON (1e-5)
-#define GEGL_FLOAT_IS_ZERO(value) (_gegl_float_epsilon_zero ((value)))
-#define GEGL_FLOAT_EQUAL(v1, v2) (_gegl_float_epsilon_equal ((v1), (v2)))
-
-/**
- */
-gint _gegl_float_epsilon_zero (float value);
-gint _gegl_float_epsilon_equal (float v1,
- float v2);
-
typedef enum GeglSerializeFlag {
GEGL_SERIALIZE_TRIM_DEFAULTS = (1<<0),
GEGL_SERIALIZE_VERSION = (1<<1),
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]