Move groupNames mask definition to its user
authorDaniel Stone <daniel@fooishbar.org>
Mon, 20 Feb 2012 16:35:39 +0000 (16:35 +0000)
committerDaniel Stone <daniel@fooishbar.org>
Mon, 20 Feb 2012 16:35:39 +0000 (16:35 +0000)
commit590df28cc539b70e07150b0640bacbb5ab63d8b7
tree57958901b517f2f98071455542838a09753ea50b
parent91b8985297473eff51a4915fd47bf5d70299984f
Move groupNames mask definition to its user

groupNames was declared in compat.c as a global to anything which
included compat.h (for which groupNames was its sole reason to exist),
but only ever used in indicators.c.

Which is kind of fortunate, given that e314931e removed identical
definitions of groupNames (as integers, not masks) from both action.c
and symbols.c.

Signed-off-by: Daniel Stone <daniel@fooishbar.org>
src/xkbcomp/Makefile.am
src/xkbcomp/compat.c
src/xkbcomp/compat.h [deleted file]
src/xkbcomp/indicators.c