summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2013-08-16 12:52:51 +0800
committerPeng Wu <alexepico@gmail.com>2013-08-16 12:53:23 +0800
commit17743370fdabe4f637dc3f6ef7cca32bdf78cfa3 (patch)
treed893186cf2abc6bbd2119cfbff6e3a4fbf8f47b5
parent76b5e95ec5a65365f28c31ab8aee05917c628724 (diff)
downloadlibzhuyin-17743370fdabe4f637dc3f6ef7cca32bdf78cfa3.tar.gz
libzhuyin-17743370fdabe4f637dc3f6ef7cca32bdf78cfa3.tar.xz
libzhuyin-17743370fdabe4f637dc3f6ef7cca32bdf78cfa3.zip
clean up pinyin_parser2.h
-rw-r--r--src/storage/pinyin_parser2.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/storage/pinyin_parser2.h b/src/storage/pinyin_parser2.h
index 678ab29..33e6ad1 100644
--- a/src/storage/pinyin_parser2.h
+++ b/src/storage/pinyin_parser2.h
@@ -50,14 +50,6 @@ typedef struct {
} chewing_index_item_t;
typedef struct {
- const char * m_shengmu;
-} double_pinyin_scheme_shengmu_item_t;
-
-typedef struct {
- const char * m_yunmus[2];
-} double_pinyin_scheme_yunmu_item_t;
-
-typedef struct {
const char m_input;
const char * m_chewing;
} chewing_symbol_item_t;