From b819c8378fbf29f185332e8435a80eb35991cd1f Mon Sep 17 00:00:00 2001 From: Alan Hourihane Date: Wed, 12 Oct 2005 08:22:31 +0000 Subject: [PATCH] remove unneeded line of code --- hw/xfree86/common/xf86RandR.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/hw/xfree86/common/xf86RandR.c b/hw/xfree86/common/xf86RandR.c index 1bd8a6b7b..6ed96dedd 100644 --- a/hw/xfree86/common/xf86RandR.c +++ b/hw/xfree86/common/xf86RandR.c @@ -320,8 +320,6 @@ xf86RandRCloseScreen (int index, ScreenPtr pScreen) Rotation xf86GetRotation(ScreenPtr pScreen) { - XF86RandRInfoPtr randrp; - if (xf86RandRIndex == -1) return RR_Rotate_0;