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:
parent
0f0016d247
commit
029ee28a26
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue