change openbox to use the libotk's keyboard.[ch] stuff instead of the old modkeys...
[dana/openbox.git] / openbox / translate.h
index 6d9e23b..8249514 100644 (file)
 gboolean translate_button(const gchar *str, guint *state, guint *keycode);
 gboolean translate_key(const gchar *str, guint *state, guint *keycode);
 
-/*! Give the string form of a keycode */
-gchar *translate_keycode(guint keycode);
-
-/*! Translate a keycode to the unicode character it represents */
-gunichar translate_unichar(guint keycode);
-
 #endif