summaryrefslogtreecommitdiffstats
path: root/src/storage/pinyin_parser2.h
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2013-10-15 10:58:05 +0800
committerPeng Wu <alexepico@gmail.com>2013-10-15 10:58:05 +0800
commitef08572dbc39d4c5c4ebe264828da93e5f01b23c (patch)
treef65524eb06f745e2e5066d6f3959cffcf1540b4a /src/storage/pinyin_parser2.h
parent09a9b8859ffb137104943525416ea7fd6bd580c5 (diff)
downloadlibzhuyin-ef08572dbc39d4c5c4ebe264828da93e5f01b23c.tar.gz
libzhuyin-ef08572dbc39d4c5c4ebe264828da93e5f01b23c.tar.xz
libzhuyin-ef08572dbc39d4c5c4ebe264828da93e5f01b23c.zip
comment out FullPinyinParser2::in_chewing_scheme
Diffstat (limited to 'src/storage/pinyin_parser2.h')
-rw-r--r--src/storage/pinyin_parser2.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/storage/pinyin_parser2.h b/src/storage/pinyin_parser2.h
index 1cc6e2c..df693f9 100644
--- a/src/storage/pinyin_parser2.h
+++ b/src/storage/pinyin_parser2.h
@@ -143,7 +143,6 @@ public:
public:
bool set_scheme(PinyinScheme scheme);
- bool in_chewing_scheme(pinyin_option_t options, const char key, const char ** symbol) const;
};