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 committed by Enrico Weigelt, metux IT consult .
parent 86fa60ea88
commit 2c6cbc2591

View File

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