summaryrefslogtreecommitdiff
path: root/xset.c
diff options
context:
space:
mode:
Diffstat (limited to 'xset.c')
-rw-r--r--xset.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/xset.c b/xset.c
index 5283b09..7458ee9 100644
--- a/xset.c
+++ b/xset.c
@@ -1384,9 +1384,6 @@ query(Display *dpy)
if (XGetAtomNames(dpy, iatoms, j, iatomnames)) {
for (i = 0; i < j; i++) {
- Bool state;
- int ind;
-
if (XkbGetNamedIndicator(dpy, iatoms[i], &inds[i],
&istates[i], NULL, NULL)) {
int namelen = strlen(iatomnames[i]);