summaryrefslogtreecommitdiffstats
path: root/src/PYPPhoneticEditor.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/PYPPhoneticEditor.cc')
-rw-r--r--src/PYPPhoneticEditor.cc8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/PYPPhoneticEditor.cc b/src/PYPPhoneticEditor.cc
index 23c385f..82e52be 100644
--- a/src/PYPPhoneticEditor.cc
+++ b/src/PYPPhoneticEditor.cc
@@ -384,14 +384,6 @@ PhoneticEditor::selectCandidate (guint i)
lookup_cursor = pinyin_choose_candidate
(m_instance, lookup_cursor, candidate);
- if (DIVIDED_CANDIDATE == type ||
- RESPLIT_CANDIDATE == type) {
- const gchar * str = NULL;
- pinyin_get_raw_full_pinyin (m_instance, &str);
-
- m_text = str;
- updatePinyin ();
- }
pinyin_guess_sentence (m_instance);
len = 0;