summaryrefslogtreecommitdiffstats
path: root/src/storage/pinyin_parser2.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/storage/pinyin_parser2.cpp')
-rw-r--r--src/storage/pinyin_parser2.cpp2
1 files changed, 2 insertions, 0 deletions
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,