composite: Remove unused pScreen variables
Signed-off-by: Keith Packard <keithp@keithp.com> Reviewed-by: Adam Jackson <ajax@redhat.com>
This commit is contained in:
		
							parent
							
								
									5bc5684d4c
								
							
						
					
					
						commit
						b7633c6ff2
					
				| 
						 | 
				
			
			@ -335,12 +335,10 @@ ProcCompositeReleaseOverlayWindow(ClientPtr client)
 | 
			
		|||
{
 | 
			
		||||
    REQUEST(xCompositeReleaseOverlayWindowReq);
 | 
			
		||||
    WindowPtr pWin;
 | 
			
		||||
    ScreenPtr pScreen;
 | 
			
		||||
    CompOverlayClientPtr pOc;
 | 
			
		||||
 | 
			
		||||
    REQUEST_SIZE_MATCH(xCompositeReleaseOverlayWindowReq);
 | 
			
		||||
    VERIFY_WINDOW(pWin, stuff->window, client, DixGetAttrAccess);
 | 
			
		||||
    pScreen = pWin->drawable.pScreen;
 | 
			
		||||
 | 
			
		||||
    /* 
 | 
			
		||||
     * Has client queried a reference to the overlay window
 | 
			
		||||
| 
						 | 
				
			
			@ -873,7 +871,6 @@ PanoramiXCompositeReleaseOverlayWindow(ClientPtr client)
 | 
			
		|||
{
 | 
			
		||||
    REQUEST(xCompositeReleaseOverlayWindowReq);
 | 
			
		||||
    WindowPtr pWin;
 | 
			
		||||
    ScreenPtr pScreen;
 | 
			
		||||
    CompOverlayClientPtr pOc;
 | 
			
		||||
    PanoramiXRes *win;
 | 
			
		||||
    int i, rc;
 | 
			
		||||
| 
						 | 
				
			
			@ -893,7 +890,6 @@ PanoramiXCompositeReleaseOverlayWindow(ClientPtr client)
 | 
			
		|||
            client->errorValue = stuff->window;
 | 
			
		||||
            return rc;
 | 
			
		||||
        }
 | 
			
		||||
        pScreen = pWin->drawable.pScreen;
 | 
			
		||||
 | 
			
		||||
        /*
 | 
			
		||||
         * Has client queried a reference to the overlay window
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue