xkb: xkbgeom.h: drop stale forward declarations

There're lots of forward declarations for functions that don't exist
at all. These have been removed in 06e4ba8b26
back 12 years ago, but forgotten to removed the prototypes, too.

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
Enrico Weigelt, metux IT consult 2025-02-21 17:34:32 +01:00 committed by Enrico Weigelt, metux IT consult .
parent be00adc39f
commit 6b1d95ad96

View File

@ -384,20 +384,6 @@ extern void
Bool /* freeAll */
);
extern void
XkbFreeGeomOverlayRows(XkbOverlayPtr /* overlay */ ,
int /* first */ ,
int /* count */ ,
Bool /* freeAll */
);
extern void
XkbFreeGeomOverlays(XkbSectionPtr /* section */ ,
int /* first */ ,
int /* count */ ,
Bool /* freeAll */
);
extern void
XkbFreeGeomKeys(XkbRowPtr /* row */ ,
int /* first */ ,
@ -454,89 +440,8 @@ extern Bool
XkbGeomClearance /* clearance */
);
extern Status XkbAllocGeomProps(XkbGeometryPtr /* geom */ ,
int /* nProps */
);
extern Status XkbAllocGeomKeyAliases(XkbGeometryPtr /* geom */ ,
int /* nAliases */
);
extern Status XkbAllocGeomColors(XkbGeometryPtr /* geom */ ,
int /* nColors */
);
extern Status XkbAllocGeomShapes(XkbGeometryPtr /* geom */ ,
int /* nShapes */
);
extern Status XkbAllocGeomSections(XkbGeometryPtr /* geom */ ,
int /* nSections */
);
extern Status XkbAllocGeomOverlays(XkbSectionPtr /* section */ ,
int /* num_needed */
);
extern Status XkbAllocGeomOverlayRows(XkbOverlayPtr /* overlay */ ,
int /* num_needed */
);
extern Status XkbAllocGeomOverlayKeys(XkbOverlayRowPtr /* row */ ,
int /* num_needed */
);
extern Status XkbAllocGeomDoodads(XkbGeometryPtr /* geom */ ,
int /* nDoodads */
);
extern Status XkbAllocGeomSectionDoodads(XkbSectionPtr /* section */ ,
int /* nDoodads */
);
extern Status XkbAllocGeomOutlines(XkbShapePtr /* shape */ ,
int /* nOL */
);
extern Status XkbAllocGeomRows(XkbSectionPtr /* section */ ,
int /* nRows */
);
extern Status XkbAllocGeomPoints(XkbOutlinePtr /* ol */ ,
int /* nPts */
);
extern Status XkbAllocGeomKeys(XkbRowPtr /* row */ ,
int /* nKeys */
);
extern Status XkbAllocGeometry(XkbDescPtr /* xkb */ ,
XkbGeometrySizesPtr /* sizes */
);
extern Bool
XkbComputeShapeTop(XkbShapePtr /* shape */ ,
XkbBoundsPtr /* bounds */
);
extern Bool
XkbComputeShapeBounds(XkbShapePtr /* shape */
);
extern Bool
XkbComputeRowBounds(XkbGeometryPtr /* geom */ ,
XkbSectionPtr /* section */ ,
XkbRowPtr /* row */
);
extern Bool
XkbComputeSectionBounds(XkbGeometryPtr /* geom */ ,
XkbSectionPtr /* section */
);
extern char *XkbFindOverlayForKey(XkbGeometryPtr /* geom */ ,
XkbSectionPtr /* wanted */ ,
char * /* under */
);
#endif /* _XKBGEOM_H_ */