[gegl] gegl-utils: remove INT_MULT()
- From: Michael Natterer <mitch src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gegl] gegl-utils: remove INT_MULT()
- Date: Fri, 1 Nov 2013 23:32:56 +0000 (UTC)
commit a95e38f2830ddfd5298c87e7d954f41d162bdd9c
Author: Michael Natterer <mitch gimp org>
Date: Sat Nov 2 00:32:00 2013 +0100
gegl-utils: remove INT_MULT()
gegl/gegl-utils.h | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/gegl/gegl-utils.h b/gegl/gegl-utils.h
index 2bd035a..0b1fc92 100644
--- a/gegl/gegl-utils.h
+++ b/gegl/gegl-utils.h
@@ -248,8 +248,6 @@ void gegl_memset_pattern (void * dst_ptr,
#define GEGL_FLOAT_IS_ZERO(value) (_gegl_float_epsilon_zero ((value)))
#define GEGL_FLOAT_EQUAL(v1, v2) (_gegl_float_epsilon_equal ((v1), (v2)))
-#define INT_MULT(a,b,t) ((t) = (a) * (b) + 0x80, ((((t) >> 8) + (t)) >> 8))
-
/***
*/
gint _gegl_float_epsilon_zero (float value);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]