From fb22d4d928bc5d1a893494a059359da2ed2ac639 Mon Sep 17 00:00:00 2001 From: Paulo Cesar Pereira de Andrade Date: Sun, 30 Nov 2008 01:33:20 -0200 Subject: Remove declarations of symbols that are never defined. These symbols were removed from the X Server, or never declared. One symbol that may need special attention is XkbBuildCoreState(), that doesn't have a prototype anywhere, but is called from xkb/xkbEvents.c:XkbFilterEvents(), and also used by the macros XkbStateFieldFromRec() and XkbGrabStateFromRec() defined in include/xkbstr.h. fb/wfbrename.h also may need some cleanup, as it makes several "renames" of non existing symbols. --- render/mipict.h | 14 -------------- render/picturestr.h | 4 ---- 2 files changed, 18 deletions(-) (limited to 'render') diff --git a/render/mipict.h b/render/mipict.h index 60baf7f66..b3d4bae6f 100644 --- a/render/mipict.h +++ b/render/mipict.h @@ -80,14 +80,6 @@ miChangePictureFilter (PicturePtr pPicture, xFixed *params, int nparams); -Bool -miClipPicture (RegionPtr pRegion, - PicturePtr pPicture, - INT16 xReg, - INT16 yReg, - INT16 xPict, - INT16 yPict); - void miCompositeSourceValidate (PicturePtr pPicture, INT16 x, @@ -169,12 +161,6 @@ miPointFixedBounds (int npoint, xPointFixed *points, BoxPtr bounds); void miTriangleBounds (int ntri, xTriangle *tris, BoxPtr bounds); -void -miRasterizeTriangle (PicturePtr pMask, - xTriangle *tri, - int x_off, - int y_off); - void miTriangles (CARD8 op, PicturePtr pSrc, diff --git a/render/picturestr.h b/render/picturestr.h index 4d788fcfb..500f800ce 100644 --- a/render/picturestr.h +++ b/render/picturestr.h @@ -634,10 +634,6 @@ AddTraps (PicturePtr pPicture, int ntraps, xTrap *traps); -pixman_image_t * -PixmanImageFromPicture (PicturePtr pPict, - Bool hasClip); - PicturePtr CreateSolidPicture (Picture pid, xRenderColor *color, -- cgit v1.2.3