diff options
Diffstat (limited to 'openbox/translate.h')
| -rw-r--r-- | openbox/translate.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/openbox/translate.h b/openbox/translate.h index 6d9e23bc..bffdc9b8 100644 --- a/openbox/translate.h +++ b/openbox/translate.h @@ -24,10 +24,6 @@ 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); +void RrImageSetDestroyFunc(RrImage *image, RrImageDestroyFunc func); #endif |
