[Spice-devel] [xf86-video-qxl] Remove MAX/MIN macros that are now included via spice/macros.h.
Jeremy White
jwhite at codeweavers.com
Thu Oct 17 21:09:40 CEST 2013
Signed-off-by: Jeremy White <jwhite at codeweavers.com>
---
src/qxl_image.c | 3 ---
1 file changed, 3 deletions(-)
diff --git a/src/qxl_image.c b/src/qxl_image.c
index 40798b3..2349fca 100644
--- a/src/qxl_image.c
+++ b/src/qxl_image.c
@@ -125,9 +125,6 @@ remove_image_info (image_info_t *info)
free (info);
}
-#define MAX(a,b) (((a) > (b))? (a) : (b))
-#define MIN(a,b) (((a) < (b))? (a) : (b))
-
struct qxl_bo *
qxl_image_create (qxl_screen_t *qxl, const uint8_t *data,
int x, int y, int width, int height,
--
1.7.10.4
More information about the Spice-devel
mailing list