diff options
author | Ran Benita <ran234@gmail.com> | 2012-08-15 21:45:02 +0300 |
---|---|---|
committer | Ran Benita <ran234@gmail.com> | 2012-09-02 19:17:09 +0300 |
commit | d3ddcf70e82b70e2a306d4678946a5fecd8d240b (patch) | |
tree | 11196913c2ed0f19783006114a95122e8cb65daf /src/xkbcomp/xkbcomp-priv.h | |
parent | b9c87eb710ba4a86455601ca8c5a516b25e20366 (diff) | |
download | xorg-lib-libxkbcommon-d3ddcf70e82b70e2a306d4678946a5fecd8d240b.tar.gz |
expr: move op_type/value_type_to_string functions to ast
Generally the enum-to-string function should appear where the enum is
defined.
Signed-off-by: Ran Benita <ran234@gmail.com>
Diffstat (limited to 'src/xkbcomp/xkbcomp-priv.h')
-rw-r--r-- | src/xkbcomp/xkbcomp-priv.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/xkbcomp/xkbcomp-priv.h b/src/xkbcomp/xkbcomp-priv.h index 256307a..2bf2b51 100644 --- a/src/xkbcomp/xkbcomp-priv.h +++ b/src/xkbcomp/xkbcomp-priv.h @@ -67,9 +67,6 @@ UpdateModifiersFromCompat(struct xkb_keymap *keymap); bool LookupKeysym(const char *str, xkb_keysym_t *sym_rtrn); -const char * -StmtTypeToString(enum stmt_type type); - /***====================================================================***/ static inline bool |