From: handa Date: Tue, 26 Dec 2006 11:44:32 +0000 (+0000) Subject: (minput__callback): Delte extern. X-Git-Tag: FLT-base~151 X-Git-Url: http://git.chise.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ed553f9e24a0729cd296fcb69cbda757217950b0;p=m17n%2Fm17n-lib.git (minput__callback): Delte extern. --- 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_ */