diff options
Diffstat (limited to 'mixgtk/mixgtk_input.h')
-rw-r--r-- | mixgtk/mixgtk_input.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/mixgtk/mixgtk_input.h b/mixgtk/mixgtk_input.h index 275894d..61ea2a5 100644 --- a/mixgtk/mixgtk_input.h +++ b/mixgtk/mixgtk_input.h @@ -30,10 +30,6 @@ /* callback function type */ typedef void (*input_callback_t)(mix_word_t result, gpointer data); -/* init */ -extern gboolean -mixgtk_input_init (void); - /* get a word */ extern void mixgtk_input_word (const gchar *message, mix_word_t def, |