From d172a790803df6f655e0594ab958544eba6dadad Mon Sep 17 00:00:00 2001 From: Peng Wu Date: Thu, 21 Mar 2013 10:42:44 +0800 Subject: remove pinyin_free_candidates --- src/pinyin.h | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'src/pinyin.h') diff --git a/src/pinyin.h b/src/pinyin.h index 3decd0e..a9ba9e9 100644 --- a/src/pinyin.h +++ b/src/pinyin.h @@ -402,18 +402,6 @@ int pinyin_choose_candidate(pinyin_instance_t * instance, size_t offset, lookup_candidate_t * candidate); -/** - * pinyin_free_candidates: - * @instance: the pinyin instance. - * @candidates: the GArray of lookup_candidate_t candidates. - * @returns: whether the free operation succeeded. - * - * Free the candidates. - * - */ -bool pinyin_free_candidates(pinyin_instance_t * instance, - CandidateVector candidates); - /** * pinyin_clear_constraint: * @instance: the pinyin instance. -- cgit