From 48548a2e90bf7a71e02893bede051eae356421de Mon Sep 17 00:00:00 2001 From: Peng Wu Date: Wed, 14 Sep 2011 17:50:39 +0800 Subject: refine public api --- src/storage/pinyin_base.cpp | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'src/storage/pinyin_base.cpp') diff --git a/src/storage/pinyin_base.cpp b/src/storage/pinyin_base.cpp index eb45396..25c33e1 100644 --- a/src/storage/pinyin_base.cpp +++ b/src/storage/pinyin_base.cpp @@ -587,16 +587,6 @@ static const PinyinKey (*__zhuyin_maps []) [3] = { }; -////////////////////////////////////////////////////////////////////////////// -// implementation of PinyinCustomSettings - -PinyinCustomSettings::PinyinCustomSettings () - : use_incomplete (true) -{ - for (size_t i=0; i<=PINYIN_AmbLast; ++i) - use_ambiguities [i] = false; -} - ////////////////////////////////////////////////////////////////////////////// // implementation of PinyinKey -- cgit