[easytag] Remove old and unused MIN* defines



commit 874a1202e041476f070d928b8722ea98ac01d769
Author: David King <amigadave amigadave com>
Date:   Sun Mar 24 20:14:47 2013 +0000

    Remove old and unused MIN* defines

 src/et_core.h |   15 ---------------
 1 files changed, 0 insertions(+), 15 deletions(-)
---
diff --git a/src/et_core.h b/src/et_core.h
index 43c6ee0..524cd4a 100644
--- a/src/et_core.h
+++ b/src/et_core.h
@@ -32,21 +32,6 @@
  * Declaration *
  ***************/
 
-#ifndef MAX
-#    define MAX(a,b)      ((a) > (b) ? (a) : (b))
-#endif
-
-#ifndef MIN
-#    define MIN(a,b)      ((a) < (b) ? (a) : (b))
-#endif
-#ifndef MIN3
-#    define MIN3(x,y,z)   (MIN(x,y) < (z) ? MIN(x,y) : (z))
-#endif
-#ifndef MIN4
-#    define MIN4(x,y,z,w) (MIN3(x,y,z) < (w) ? MIN3(x,y,z) : (w))
-#endif
-
-
 /*
  * Colors Used (see declaration into et_core.c)
  */


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]