summaryrefslogtreecommitdiffstats
path: root/src/pinyin.cpp
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2011-08-18 16:27:22 +0800
committerPeng Wu <alexepico@gmail.com>2011-08-18 16:27:22 +0800
commit961234068dfa2bf504c25663fdabee0350bcab27 (patch)
tree468dae7b72479f0e95284f12024370c7d852ce77 /src/pinyin.cpp
parent30283199261a82a3807342d61ab36e8103f04063 (diff)
downloadlibpinyin-961234068dfa2bf504c25663fdabee0350bcab27.tar.gz
libpinyin-961234068dfa2bf504c25663fdabee0350bcab27.tar.xz
libpinyin-961234068dfa2bf504c25663fdabee0350bcab27.zip
public pinyin apis
Diffstat (limited to 'src/pinyin.cpp')
-rw-r--r--src/pinyin.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/pinyin.cpp b/src/pinyin.cpp
index 48f8c59..5ac5a07 100644
--- a/src/pinyin.cpp
+++ b/src/pinyin.cpp
@@ -1,9 +1,6 @@
#include "pinyin.h"
-/* Place holder for combining static libraries in sub-directories. */
-
/* Note: will implement a glue layer for input method integration.
- * Refer to: fcitx-sunpinyin
*/
struct _pinyin_context_t{
@@ -145,7 +142,6 @@ bool pinyin_set_pinyin_keys(pinyin_context_t * context,
return true;
}
-
/* the returned sentence should be freed by g_free(). */
bool pinyin_get_guessed_sentence(pinyin_context_t * context,
char ** sentence){