summaryrefslogtreecommitdiffstats
path: root/src/PYPBopomofoEditor.cc
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2018-09-10 14:04:14 +0800
committerPeng Wu <alexepico@gmail.com>2018-09-10 14:04:14 +0800
commit4e763225c1cb1fc9876c785bd5217a8bb6f5619f (patch)
treefbec04ac05941c8af2dc5898da1848dee72866e1 /src/PYPBopomofoEditor.cc
parent76942e76aa48f174abf17fc8c9673ce986ed00dc (diff)
downloadibus-libpinyin-4e763225c1cb1fc9876c785bd5217a8bb6f5619f.tar.gz
ibus-libpinyin-4e763225c1cb1fc9876c785bd5217a8bb6f5619f.tar.xz
ibus-libpinyin-4e763225c1cb1fc9876c785bd5217a8bb6f5619f.zip
fixes rememberUserInput method
Diffstat (limited to 'src/PYPBopomofoEditor.cc')
-rw-r--r--src/PYPBopomofoEditor.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/PYPBopomofoEditor.cc b/src/PYPBopomofoEditor.cc
index 452372f..3f71529 100644
--- a/src/PYPBopomofoEditor.cc
+++ b/src/PYPBopomofoEditor.cc
@@ -330,10 +330,6 @@ BopomofoEditor::commit (const gchar *str)
++p;
}
- if (m_config.rememberEveryInput ())
- LibPinyinBackEnd::instance ().rememberUserInput (m_instance, str);
- LibPinyinBackEnd::instance ().modified();
-
Text text (m_buffer.c_str ());
commitText (text);