From 75b5cc81cff3107d7c70ddf44efc439b40b64736 Mon Sep 17 00:00:00 2001 From: handa Date: Tue, 21 Dec 2004 06:24:34 +0000 Subject: [PATCH] (mtext_change_prop): Delete extern. --- src/m17n-core.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/m17n-core.h b/src/m17n-core.h index d0009ee..b87e0fe 100644 --- a/src/m17n-core.h +++ b/src/m17n-core.h @@ -629,10 +629,6 @@ extern int mtext_push_prop (MText *mt, int from, int to, extern int mtext_pop_prop (MText *mt, int from, int to, MSymbol key); -extern int mtext_change_prop (MText *mt, int from, int to, - MSymbol key, - int (*func) (int, void ***, int *)); - extern int mtext_prop_range (MText *mt, MSymbol key, int pos, int *from, int *to, int deeper); -- 1.7.10.4