diff options
| author | Peng Wu <alexepico@gmail.com> | 2013-08-16 12:52:51 +0800 |
|---|---|---|
| committer | Peng Wu <alexepico@gmail.com> | 2013-08-16 12:53:23 +0800 |
| commit | 17743370fdabe4f637dc3f6ef7cca32bdf78cfa3 (patch) | |
| tree | d893186cf2abc6bbd2119cfbff6e3a4fbf8f47b5 /src | |
| parent | 76b5e95ec5a65365f28c31ab8aee05917c628724 (diff) | |
clean up pinyin_parser2.h
Diffstat (limited to 'src')
| -rw-r--r-- | src/storage/pinyin_parser2.h | 8 |
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; |
