From c78f55ebb43f5d73033a4709dfd32830a016a7cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bert=20M=C3=BCnnich?= Date: Thu, 16 Aug 2012 21:21:08 +0200 Subject: Simplified zoomdiff function --- util.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'util.h') diff --git a/util.h b/util.h index 2a139ec..f1f4f14 100644 --- a/util.h +++ b/util.h @@ -27,9 +27,6 @@ #include "types.h" -#ifndef ABS -#define ABS(a) ((a) < 0 ? -(a) : (a)) -#endif #ifndef MIN #define MIN(a,b) ((a) < (b) ? (a) : (b)) #endif -- cgit v1.2.3