summaryrefslogtreecommitdiff
path: root/openbox/translate.h
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2007-07-26 22:05:53 -0400
committerDana Jansens <danakj@orodu.net>2008-01-20 01:36:55 -0500
commit759e9f58a8cc02b78bc85b4454f133544e3ac36e (patch)
tree9bd7220b7df84482ad8b580d55e3287843b20ce2 /openbox/translate.h
parent1aac72bc4cfffdd816347d305624b15d0ae2112e (diff)
change openbox to use the libotk's keyboard.[ch] stuff instead of the old modkeys.[ch] and some of translate.[ch]
Diffstat (limited to 'openbox/translate.h')
-rw-r--r--openbox/translate.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/openbox/translate.h b/openbox/translate.h
index 6d9e23bc..8249514e 100644
--- a/openbox/translate.h
+++ b/openbox/translate.h
@@ -24,10 +24,4 @@
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