From: tomo Date: Thu, 2 Oct 2003 12:47:17 +0000 (+0000) Subject: (chise_ds_open_feature_table): Abolished. X-Git-Tag: b1-r0_2_0-pre6~9 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=7b810cb668950e7f3e6b0ff4de0861b725712eea;p=chise%2Flibchise.git (chise_ds_open_feature_table): Abolished. (chise_ft_close): Likewise. --- diff --git a/chise.h b/chise.h index 8cf6bfc..1aab592 100644 --- a/chise.h +++ b/chise.h @@ -72,13 +72,6 @@ chise_char_feature_str_iterate (CHISE_Feature feature, unsigned char *str)); #endif -#if 1 -CHISE_Feature_Table* -chise_ds_open_feature_table (CHISE_DS *ds, const char *feature); - -int chise_ft_close (CHISE_Feature_Table *table); -#endif - typedef struct CHISE_CCS_Table CHISE_CCS_Table; typedef CHISE_CCS_Table* CHISE_CCS; @@ -93,11 +86,4 @@ int chise_ccs_set_decoded_char (CHISE_CCS ccs, int chise_ccs_sync (CHISE_CCS ccs); -#if 0 -CHISE_CCS_Table* -chise_ds_open_ccs_table (CHISE_DS *ds, const char *ccs); - -int chise_ccst_close (CHISE_CCS_Table *table); -#endif - #endif /* !_CHISE_H */