summaryrefslogtreecommitdiffstats
path: root/src/PYPPhoneticEditor.h
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2011-09-15 15:19:49 +0800
committerPeng Wu <alexepico@gmail.com>2011-12-22 12:23:11 +0800
commit48e7bb8f1db150e6e0ea4b76e1d28d7f349c432d (patch)
tree27c742e2f5a21c368d44fecb1e3d6831c6ca400d /src/PYPPhoneticEditor.h
parentc79a32bd545251896d6bc02f27235669abe86774 (diff)
downloadibus-libpinyin-48e7bb8f1db150e6e0ea4b76e1d28d7f349c432d.tar.gz
ibus-libpinyin-48e7bb8f1db150e6e0ea4b76e1d28d7f349c432d.tar.xz
ibus-libpinyin-48e7bb8f1db150e6e0ea4b76e1d28d7f349c432d.zip
remove special phrase
Diffstat (limited to 'src/PYPPhoneticEditor.h')
-rw-r--r--src/PYPPhoneticEditor.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/PYPPhoneticEditor.h b/src/PYPPhoneticEditor.h
index f222557..f7a3704 100644
--- a/src/PYPPhoneticEditor.h
+++ b/src/PYPPhoneticEditor.h
@@ -51,7 +51,6 @@ public:
protected:
- gboolean updateSpecialPhrases ();
gboolean selectCandidate (guint i);
gboolean selectCandidateInPage (guint i);
@@ -82,11 +81,7 @@ protected:
String m_buffer;
/* use LibPinyinBackEnd here. */
- CandidateConstraints m_constraints;
- MatchResults m_match_results;
-
- std::vector<std::string> m_special_phrases;
- std::string m_selected_special_phrase;
+ pinyin_instance_t *m_instance;
};
};