From a392663331c8432c43a1d671e8bb1fbd14635a18 Mon Sep 17 00:00:00 2001 From: Peng Wu Date: Mon, 16 Mar 2015 15:07:11 +0800 Subject: Revert "use SHUFFLE_CORRECT" This reverts commit bc9d7e55bea8b0a4b101346761bee79a7f2468a2. --- src/storage/pinyin_parser2.cpp | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/storage') diff --git a/src/storage/pinyin_parser2.cpp b/src/storage/pinyin_parser2.cpp index ff8b645..1a80621 100644 --- a/src/storage/pinyin_parser2.cpp +++ b/src/storage/pinyin_parser2.cpp @@ -741,7 +741,6 @@ bool ChewingDiscreteParser2::set_scheme(ZhuyinScheme scheme) { switch(scheme) { case CHEWING_STANDARD: - m_options = SHUFFLE_CORRECT; INIT_PARSER(bopomofo_index, standard); break; case CHEWING_HSU: @@ -749,15 +748,12 @@ bool ChewingDiscreteParser2::set_scheme(ZhuyinScheme scheme) { INIT_PARSER(hsu_bopomofo_index, hsu); break; case CHEWING_IBM: - m_options = SHUFFLE_CORRECT; INIT_PARSER(bopomofo_index, ibm); break; case CHEWING_GINYIEH: - m_options = SHUFFLE_CORRECT; INIT_PARSER(bopomofo_index, ginyieh); break; case CHEWING_ETEN: - m_options = SHUFFLE_CORRECT; INIT_PARSER(bopomofo_index, eten); break; case CHEWING_ETEN26: @@ -765,7 +761,6 @@ bool ChewingDiscreteParser2::set_scheme(ZhuyinScheme scheme) { INIT_PARSER(eten26_bopomofo_index, eten26); break; case CHEWING_STANDARD_DVORAK: - m_options = SHUFFLE_CORRECT; INIT_PARSER(bopomofo_index, standard_dvorak); break; case CHEWING_HSU_DVORAK: -- cgit