summaryrefslogtreecommitdiffstats
path: root/src/storage/pinyin_parser2.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/storage/pinyin_parser2.cpp')
-rw-r--r--src/storage/pinyin_parser2.cpp5
1 files changed, 0 insertions, 5 deletions
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: