From 5064ee276fe0f6cebc33ea08e57f1de91f092d88 Mon Sep 17 00:00:00 2001 From: Dave Airlie Date: Fri, 12 Jun 2015 15:13:47 +1000 Subject: [PATCH] xf86Rotate: remove unused macros. These macros aren't used anywhere. v1.1: drop comment (Aaron) Signed-off-by: Dave Airlie --- hw/xfree86/modes/xf86Rotate.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/hw/xfree86/modes/xf86Rotate.c b/hw/xfree86/modes/xf86Rotate.c index 9c00a443f..bc1ea2166 100644 --- a/hw/xfree86/modes/xf86Rotate.c +++ b/hw/xfree86/modes/xf86Rotate.c @@ -43,12 +43,6 @@ #include "X11/extensions/dpmsconst.h" #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) {