randr: Silence unused variable warning
Signed-off-by: Adam Jackson <ajax@redhat.com> Reviewed-by: Michel Dänzer <michel.daenzer@amd.com>
This commit is contained in:
parent
8c49c883dc
commit
e98b36bc69
|
@ -383,7 +383,6 @@ rrDestroySharedPixmap(RRCrtcPtr crtc, PixmapPtr pPixmap) {
|
||||||
void
|
void
|
||||||
RRCrtcDetachScanoutPixmap(RRCrtcPtr crtc)
|
RRCrtcDetachScanoutPixmap(RRCrtcPtr crtc)
|
||||||
{
|
{
|
||||||
ScreenPtr master = crtc->pScreen->current_master;
|
|
||||||
rrScrPriv(crtc->pScreen);
|
rrScrPriv(crtc->pScreen);
|
||||||
|
|
||||||
pScrPriv->rrCrtcSetScanoutPixmap(crtc, NULL);
|
pScrPriv->rrCrtcSetScanoutPixmap(crtc, NULL);
|
||||||
|
|
Loading…
Reference in New Issue