diff options
author | Daniel Stone <daniel@fooishbar.org> | 2012-02-20 17:14:04 +0000 |
---|---|---|
committer | Daniel Stone <daniel@fooishbar.org> | 2012-02-20 17:14:04 +0000 |
commit | 43ed3ff07047ec03a42eb7a1b49e37d1357054b7 (patch) | |
tree | e5f9d70b21939551ac3236b3de7ab4a8c916379e /src/xkbcomp/vmod.h | |
parent | eb6d9a0528d5f8836109898a674dcc3bb2e421f5 (diff) | |
download | libxkbcommon-43ed3ff07047ec03a42eb7a1b49e37d1357054b7.tar.gz libxkbcommon-43ed3ff07047ec03a42eb7a1b49e37d1357054b7.tar.bz2 libxkbcommon-43ed3ff07047ec03a42eb7a1b49e37d1357054b7.zip |
Switch expression resolution priv from char to void
Avoids a lot of really lame casts.
Signed-off-by: Daniel Stone <daniel@fooishbar.org>
Diffstat (limited to 'src/xkbcomp/vmod.h')
-rw-r--r-- | src/xkbcomp/vmod.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/xkbcomp/vmod.h b/src/xkbcomp/vmod.h index 55de95c..ee95109 100644 --- a/src/xkbcomp/vmod.h +++ b/src/xkbcomp/vmod.h @@ -54,12 +54,6 @@ extern Bool ApplyVModDefs(VModInfo * /* info */ , struct xkb_desc * /* xkb */ ); -extern int LookupVModMask(char * /* priv */ , - uint32_t /* field */ , - unsigned /* type */ , - ExprResult * /* val_rtrn */ - ); - extern int FindKeypadVMod(struct xkb_desc * /* xkb */ ); |