Commit d7033b4b authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

xrandr: X11DRV_XRandR_Cleanup() is unused so remove it.

parent 930061c2
......@@ -307,12 +307,4 @@ void X11DRV_XRandR_Init(void)
TRACE("Enabling XRandR\n");
}
void X11DRV_XRandR_Cleanup(void)
{
HeapFree(GetProcessHeap(), 0, real_xrandr_rates);
real_xrandr_rates = NULL;
HeapFree(GetProcessHeap(), 0, real_xrandr_rates_count);
real_xrandr_rates_count = NULL;
}
#endif /* SONAME_LIBXRANDR */
......@@ -27,7 +27,6 @@
#ifdef SONAME_LIBXRANDR
void X11DRV_XRandR_Init(void);
void X11DRV_XRandR_Cleanup(void);
#endif /* SONAME_LIBXRANDR */
#endif /* __WINE_XRANDR_H */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment