From ef08572dbc39d4c5c4ebe264828da93e5f01b23c Mon Sep 17 00:00:00 2001 From: Peng Wu Date: Tue, 15 Oct 2013 10:58:05 +0800 Subject: comment out FullPinyinParser2::in_chewing_scheme --- src/storage/pinyin_parser2.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/storage/pinyin_parser2.cpp') diff --git a/src/storage/pinyin_parser2.cpp b/src/storage/pinyin_parser2.cpp index 6884f8a..d6fd8a6 100644 --- a/src/storage/pinyin_parser2.cpp +++ b/src/storage/pinyin_parser2.cpp @@ -444,6 +444,7 @@ bool FullPinyinParser2::set_scheme(PinyinScheme scheme){ return true; } +#if 0 static const char * pinyin_symbols[27] = { "a", "b", "c", "d", "e", "f", "g", @@ -472,6 +473,7 @@ bool FullPinyinParser2::in_chewing_scheme(pinyin_option_t options, return false; } +#endif /* the chewing string must be freed with g_free. */ static bool search_chewing_symbols(const chewing_symbol_item_t * symbol_table, -- cgit