xkb: xkbgeom: drop unused XkbSetTextDoodadColor() macro
Not used anywhere, so no need to keep it any longer. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
parent
799c65a296
commit
c52e3069d1
|
@ -124,7 +124,6 @@ typedef struct _XkbTextDoodad {
|
|||
} XkbTextDoodadRec, *XkbTextDoodadPtr;
|
||||
|
||||
#define XkbTextDoodadColor(g,d) (&(g)->colors[(d)->color_ndx])
|
||||
#define XkbSetTextDoodadColor(g,d,c) ((d)->color_ndx= (c)-&(g)->colors[0])
|
||||
|
||||
typedef struct _XkbIndicatorDoodad {
|
||||
Atom name;
|
||||
|
|
Loading…
Reference in New Issue