st/xorg: drop set but unsused variables dxo, dyo
authorEmil Velikov <emil.l.velikov@gmail.com>
Sat, 28 Sep 2013 14:17:29 +0000 (15:17 +0100)
committerEmil Velikov <emil.l.velikov@gmail.com>
Tue, 29 Oct 2013 21:04:38 +0000 (21:04 +0000)
Commit a9f8baf00b264 removed the first and only use of the variables
but forgot to remove them.

Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
Reviewed-by: Brian Paul <brianp@vmware.com>
src/gallium/state_trackers/xorg/xorg_xv.c

index 3097d000e19d3e67348f822617fb7c57b40f949b..f0de3d2112919814085e7d3d77b5d94efe152690 100644 (file)
@@ -490,7 +490,6 @@ display_video(ScrnInfoPtr pScrn, struct xorg_xv_port_priv *pPriv, int id,
    modesettingPtr ms = modesettingPTR(pScrn);
    BoxPtr pbox;
    int nbox;
-   int dxo, dyo;
    Bool hdtv;
    int x, y, w, h;
    struct exa_pixmap_priv *dst;
@@ -518,9 +517,6 @@ display_video(ScrnInfoPtr pScrn, struct xorg_xv_port_priv *pPriv, int id,
                     -pPixmap->screen_y);
 #endif
 
-   dxo = dstRegion->extents.x1;
-   dyo = dstRegion->extents.y1;
-
    pbox = REGION_RECTS(dstRegion);
    nbox = REGION_NUM_RECTS(dstRegion);