summaryrefslogtreecommitdiff
path: root/src/xkbcomp/vmod.h
diff options
context:
space:
mode:
authorDaniel Stone <daniel@fooishbar.org>2012-02-20 16:54:54 +0000
committerDaniel Stone <daniel@fooishbar.org>2012-02-20 16:54:54 +0000
commit90d86c360ae35ef24c21a8fa7ec8fda545535307 (patch)
tree5a206525829fd4a2417a4aaf728e5cebaa28b41f /src/xkbcomp/vmod.h
parent590df28cc539b70e07150b0640bacbb5ab63d8b7 (diff)
downloadlibxkbcommon-90d86c360ae35ef24c21a8fa7ec8fda545535307.tar.gz
libxkbcommon-90d86c360ae35ef24c21a8fa7ec8fda545535307.tar.bz2
libxkbcommon-90d86c360ae35ef24c21a8fa7ec8fda545535307.zip
Remove field reference lookup support
None of the lookup functions anyone ever used supported field references, so don't pretend we do in the API. Signed-off-by: Daniel Stone <daniel@fooishbar.org>
Diffstat (limited to 'src/xkbcomp/vmod.h')
-rw-r--r--src/xkbcomp/vmod.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/xkbcomp/vmod.h b/src/xkbcomp/vmod.h
index 1e0bb5c..55de95c 100644
--- a/src/xkbcomp/vmod.h
+++ b/src/xkbcomp/vmod.h
@@ -55,7 +55,6 @@ extern Bool ApplyVModDefs(VModInfo * /* info */ ,
);
extern int LookupVModMask(char * /* priv */ ,
- uint32_t /* elem */ ,
uint32_t /* field */ ,
unsigned /* type */ ,
ExprResult * /* val_rtrn */