summaryrefslogtreecommitdiffstats
path: root/src/storage/pinyin_parser2.h
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2013-08-08 13:36:20 +0800
committerPeng Wu <alexepico@gmail.com>2013-08-08 13:36:20 +0800
commit6651303b1b28c3f57b5e6eafb732b9f19a9e27ae (patch)
tree47c33d5e334941907d20bc87cfe8ff2c3abae66c /src/storage/pinyin_parser2.h
parent7385d0f628fec86153bfcab3a186d61b771d3a65 (diff)
downloadlibzhuyin-6651303b1b28c3f57b5e6eafb732b9f19a9e27ae.tar.gz
libzhuyin-6651303b1b28c3f57b5e6eafb732b9f19a9e27ae.tar.xz
libzhuyin-6651303b1b28c3f57b5e6eafb732b9f19a9e27ae.zip
simplify full pinyin parser2
Diffstat (limited to 'src/storage/pinyin_parser2.h')
-rw-r--r--src/storage/pinyin_parser2.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/src/storage/pinyin_parser2.h b/src/storage/pinyin_parser2.h
index c1adaec..b233dfa 100644
--- a/src/storage/pinyin_parser2.h
+++ b/src/storage/pinyin_parser2.h
@@ -150,22 +150,6 @@ protected:
const char * str, int len) const;
public:
- const divided_table_item_t * retrieve_divided_item
- (pinyin_option_t options, ChewingKey * key, ChewingKeyRest * rest,
- const char * str, int len) const;
-
- const resplit_table_item_t * retrieve_resplit_item_by_original_pinyins
- (pinyin_option_t options,
- ChewingKey * cur_key, ChewingKeyRest * cur_rest,
- ChewingKey * next_key, ChewingKeyRest * next_rest,
- const char * str, int len) const;
- const resplit_table_item_t * retrieve_resplit_item_by_resplit_pinyins
- (pinyin_option_t options,
- ChewingKey * cur_key, ChewingKeyRest * cur_rest,
- ChewingKey * next_key, ChewingKeyRest * next_rest,
- const char * str, int len) const;
-
-public:
FullPinyinParser2();
virtual ~FullPinyinParser2() {
g_array_free(m_parse_steps, TRUE);