xkb: xkbgeom.h: drop unused XkbBounds(Width|Height) macros

These aren't used anywhere, so no need to keep them.

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:18:53 +01:00
parent 0f0016d247
commit 029ee28a26

View File

@ -51,9 +51,6 @@ typedef struct _XkbBounds {
short x2, y2;
} XkbBoundsRec, *XkbBoundsPtr;
#define XkbBoundsWidth(b) (((b)->x2)-((b)->x1))
#define XkbBoundsHeight(b) (((b)->y2)-((b)->y1))
typedef struct _XkbOutline {
unsigned short num_points;
unsigned short sz_points;