summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorchenxiajian <chenxiajian1985@gmail.com>2011-08-11 15:53:19 +0000
committerchenxiajian <chenxiajian1985@gmail.com>2011-08-11 15:53:19 +0000
commitbbf9a5c9ab5ee140b2f53f046368a45d27731427 (patch)
tree8e881490f53d5cc429a6eaa7dae8540cac6d7c65
parentc0a96fa4a462d3939f4e51f4207b6b305a1ada9a (diff)
downloadenchant-bbf9a5c9ab5ee140b2f53f046368a45d27731427.tar.gz
Delete the unneed function we don't support
git-svn-id: svn+ssh://svn.abisource.com/svnroot/enchant/branches/gsoc2011hyphenation@30166 bcba8976-2d24-0410-9c9c-aab3bd5fdfd6
-rw-r--r--src/enchant++.h10
1 files changed, 6 insertions, 4 deletions
diff --git a/src/enchant++.h b/src/enchant++.h
index b29753d..8089fd4 100644
--- a/src/enchant++.h
+++ b/src/enchant++.h
@@ -113,10 +113,12 @@ namespace enchant
return result;
}
- void hyphenate (const std::string & utf8word,
- std::string & out_suggestions) {
- //not implement yet chenxiajian
- }
+ //void hyphenate (const std::string & utf8word,
+ // std::string & out_suggestions) {
+ // //not implement yet chenxiajian
+ // // we only need to return one result
+ // // so delete it
+ //}
std::string hyphenate (const std::string & utf8word) {
std::string result;