summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave Airlie <airlied@redhat.com>2015-06-12 15:13:47 +1000
committerDave Airlie <airlied@redhat.com>2015-06-15 08:43:36 +1000
commitda03fbfd6acd6cb006e57260f572d186dfcf1327 (patch)
treee8851186cbcdfc10d40e1da46c19acd49ed7b01c
parent55d6f47f6d592e6d3f26b0782457008a0959317f (diff)
xf86Rotate: remove unused macros.
These macros aren't used anywhere. Signed-off-by: Dave Airlie <airlied@redhat.com>
-rw-r--r--hw/xfree86/modes/xf86Rotate.c5
1 files changed, 0 insertions, 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)
{