From ed553f9e24a0729cd296fcb69cbda757217950b0 Mon Sep 17 00:00:00 2001 From: handa Date: Tue, 26 Dec 2006 11:44:32 +0000 Subject: [PATCH] (minput__callback): Delte extern. --- src/input.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/input.h b/src/input.h index 7f723ed..a08dcbc 100644 --- a/src/input.h +++ b/src/input.h @@ -99,7 +99,6 @@ typedef struct #define MINPUT_KEY_SUPER_MODIFIER (1 << 4) #define MINPUT_KEY_HYPER_MODIFIER (1 << 5) -extern int minput__callback (MInputContext *ic, MSymbol command); extern MSymbol minput__char_to_key (int c); #endif /* not _M17N_INPUT_H_ */ -- 1.7.10.4