From 7b810cb668950e7f3e6b0ff4de0861b725712eea Mon Sep 17 00:00:00 2001 From: tomo Date: Thu, 2 Oct 2003 12:47:17 +0000 Subject: [PATCH] (chise_ds_open_feature_table): Abolished. (chise_ft_close): Likewise. --- chise.h | 14 -------------- 1 file changed, 14 deletions(-) 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 */ -- 1.7.10.4