summaryrefslogtreecommitdiffstats
path: root/src/storage/pinyin_parser2.h
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2013-08-07 14:04:03 +0800
committerPeng Wu <alexepico@gmail.com>2013-08-07 14:04:03 +0800
commit440bb43c605bfba48e14686e3f7a198381c32a88 (patch)
tree2dc339adfeba95a488d488c71a6985d9135e5e54 /src/storage/pinyin_parser2.h
parent193cea02bd4d281a83532ef0b7249dc49d9d2409 (diff)
downloadlibzhuyin-440bb43c605bfba48e14686e3f7a198381c32a88.tar.gz
libzhuyin-440bb43c605bfba48e14686e3f7a198381c32a88.tar.xz
libzhuyin-440bb43c605bfba48e14686e3f7a198381c32a88.zip
remove get_sheng_yun
Diffstat (limited to 'src/storage/pinyin_parser2.h')
-rw-r--r--src/storage/pinyin_parser2.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/storage/pinyin_parser2.h b/src/storage/pinyin_parser2.h
index e40b30c..644dd07 100644
--- a/src/storage/pinyin_parser2.h
+++ b/src/storage/pinyin_parser2.h
@@ -31,8 +31,6 @@ namespace pinyin{
typedef struct {
const char * m_pinyin_str;
- const char * m_shengmu_str;
- const char * m_yunmu_str;
const char * m_chewing_str;
ChewingKey m_chewing_key;
} content_table_item_t;