diff --git a/hw/xfree86/drivers/modesetting/driver.c b/hw/xfree86/drivers/modesetting/driver.c index 05e9e459f..3a06fd95d 100644 --- a/hw/xfree86/drivers/modesetting/driver.c +++ b/hw/xfree86/drivers/modesetting/driver.c @@ -1023,7 +1023,7 @@ ms_unwrap_property_requests(ScrnInfoPtr scrn) } static void -FreeRec(ScrnInfoPtr pScrn) +FreeScreen(ScrnInfoPtr pScrn) { modesettingPtr ms; @@ -2214,12 +2214,6 @@ AdjustFrame(ScrnInfoPtr pScrn, int x, int y) drmmode_adjust_frame(pScrn, &ms->drmmode, x, y); } -static void -FreeScreen(ScrnInfoPtr pScrn) -{ - FreeRec(pScrn); -} - static void LeaveVT(ScrnInfoPtr pScrn) {