From da03fbfd6acd6cb006e57260f572d186dfcf1327 Mon Sep 17 00:00:00 2001 From: Dave Airlie Date: Fri, 12 Jun 2015 15:13:47 +1000 Subject: xf86Rotate: remove unused macros. These macros aren't used anywhere. Signed-off-by: Dave Airlie --- hw/xfree86/modes/xf86Rotate.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/hw/xfree86/modes/xf86Rotate.c b/hw/xfree86/modes/xf86Rotate.c index 9c00a443f..01cc764fd 100644 --- a/hw/xfree86/modes/xf86Rotate.c +++ b/hw/xfree86/modes/xf86Rotate.c @@ -44,11 +44,6 @@ #include "X11/Xatom.h" /* borrowed from composite extension, move to Render and publish? */ - -#define F(x) IntToxFixed(x) - -#define toF(x) ((float) (x) / 65536.0f) - static void xf86RotateCrtcRedisplay(xf86CrtcPtr crtc, RegionPtr region) { -- cgit v1.2.3