diff options
author | Ulrich Sibiller <uli42@gmx.de> | 2019-09-05 18:08:03 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2019-09-29 17:15:25 +0200 |
commit | 1c019bd1f3f28d86fa5812171738a1c4acfc457d (patch) | |
tree | abac78f69ddf6cd5ef6f7d1b994571daa6396d95 /nx-X11/programs/Xserver/hw | |
parent | 59ea22458e5e233a36023e5641f40c562779263a (diff) | |
download | nx-libs-1c019bd1f3f28d86fa5812171738a1c4acfc457d.tar.gz nx-libs-1c019bd1f3f28d86fa5812171738a1c4acfc457d.tar.bz2 nx-libs-1c019bd1f3f28d86fa5812171738a1c4acfc457d.zip |
Render.c: drop unused nxagentDestroyPictureClip
Diffstat (limited to 'nx-X11/programs/Xserver/hw')
-rw-r--r-- | nx-X11/programs/Xserver/hw/nxagent/Render.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/nx-X11/programs/Xserver/hw/nxagent/Render.c b/nx-X11/programs/Xserver/hw/nxagent/Render.c index 514f98ba8..61f50557f 100644 --- a/nx-X11/programs/Xserver/hw/nxagent/Render.c +++ b/nx-X11/programs/Xserver/hw/nxagent/Render.c @@ -150,8 +150,6 @@ int nxagentCreatePicture(PicturePtr pPicture, Mask mask); int nxagentChangePictureClip(PicturePtr pPicture, int clipType, int nRects, xRectangle *rects, int xOrigin, int yOrigin); -void nxagentDestroyPictureClip(PicturePtr pPicture); - void nxagentComposite(CARD8 op, PicturePtr pSrc, PicturePtr pMask, PicturePtr pDst, INT16 xSrc, INT16 ySrc, INT16 xMask, INT16 yMask, INT16 xDst, INT16 yDst, CARD16 width, CARD16 height); @@ -998,13 +996,6 @@ FIXME: Is this useful or just a waste of bandwidth? return 1; } -void nxagentDestroyPictureClip(PicturePtr pPicture) -{ - #ifdef DEBUG - fprintf(stderr, "nxagentDestroyPictureClip: Nothing to do.\n"); - #endif -} - void nxagentChangePicture(PicturePtr pPicture, Mask mask) { XRenderPictureAttributes attributes; |