protopix is completely redundant with mscreenpix. Get rid of it. We don't need rrScrPriv, so remove it.
v1: Initial commit v2: Unchanged v3: Unchanged Signed-off-by: Alex Goins <[email protected]> --- randr/rrcrtc.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/randr/rrcrtc.c b/randr/rrcrtc.c index ef9d4cd..72ae505 100644 --- a/randr/rrcrtc.c +++ b/randr/rrcrtc.c @@ -504,8 +504,6 @@ rrSetupPixmapSharing(RRCrtcPtr crtc, int width, int height, int depth; PixmapPtr mscreenpix; - PixmapPtr protopix = master->GetScreenPixmap(master); - rrScrPriv(crtc->pScreen); PixmapPtr spix_front; /* create a pixmap on the master screen, -- 1.9.1 _______________________________________________ [email protected]: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel
