From 90c5766caf16e35cb871116a4655a106a3c272dc Mon Sep 17 00:00:00 2001 From: Alexander Larsson Date: Tue, 9 Mar 2010 11:10:00 +0100 Subject: Use macros from rather than duplicate them --- common/rect.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'common/rect.h') diff --git a/common/rect.h b/common/rect.h index 43e7f21a..1627be6a 100644 --- a/common/rect.h +++ b/common/rect.h @@ -20,9 +20,7 @@ #define _H_RECT #include - -#define MIN(x, y) (((x) <= (y)) ? (x) : (y)) -#define MAX(x, y) (((x) >= (y)) ? (x) : (y)) +#include static inline void rect_sect(SpiceRect* r, const SpiceRect* bounds) { -- cgit