summaryrefslogtreecommitdiffstats
path: root/src/PYPBopomofoEditor.cc
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2011-09-22 15:31:06 +0800
committerPeng Wu <alexepico@gmail.com>2011-12-22 12:23:12 +0800
commit567aec11de7f8df43a12deda4227ebd975ef6d2e (patch)
tree3845d424b88c378fc66870892826ce68e399c3bc /src/PYPBopomofoEditor.cc
parentaea71c5a524cb814cb1697ed4b97a944eb899db6 (diff)
downloadibus-libpinyin-567aec11de7f8df43a12deda4227ebd975ef6d2e.tar.gz
ibus-libpinyin-567aec11de7f8df43a12deda4227ebd975ef6d2e.tar.xz
ibus-libpinyin-567aec11de7f8df43a12deda4227ebd975ef6d2e.zip
remove m_pinyins
Diffstat (limited to 'src/PYPBopomofoEditor.cc')
-rw-r--r--src/PYPBopomofoEditor.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/PYPBopomofoEditor.cc b/src/PYPBopomofoEditor.cc
index 023634b..0c7e46f 100644
--- a/src/PYPBopomofoEditor.cc
+++ b/src/PYPBopomofoEditor.cc
@@ -232,7 +232,6 @@ void
LibPinyinBopomofoEditor::updatePinyin (void)
{
if (G_UNLIKELY (m_text.empty ())) {
- m_pinyins.clear ();
m_pinyin_len = 0;
/* TODO: check whether to replace "" with NULL. */
pinyin_parse_more_chewings (m_instance, "");