xf86Rotate: remove unused macros.

These macros aren't used anywhere.

v1.1: drop comment (Aaron)

Signed-off-by: Dave Airlie <airlied@redhat.com>
This commit is contained in:
Dave Airlie 2015-06-12 15:13:47 +10:00
parent 8218dadd30
commit 5064ee276f

View File

@ -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)
{