(chise_ds_open_feature_table): Abolished.
authortomo <tomo>
Thu, 2 Oct 2003 12:47:17 +0000 (12:47 +0000)
committertomo <tomo>
Thu, 2 Oct 2003 12:47:17 +0000 (12:47 +0000)
(chise_ft_close): Likewise.

chise.h

diff --git a/chise.h b/chise.h
index 8cf6bfc..1aab592 100644 (file)
--- 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 */