From 759e9f58a8cc02b78bc85b4454f133544e3ac36e Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Thu, 26 Jul 2007 22:05:53 -0400 Subject: change openbox to use the libotk's keyboard.[ch] stuff instead of the old modkeys.[ch] and some of translate.[ch] --- openbox/translate.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'openbox/translate.h') 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 -- cgit v1.2.3