From 961234068dfa2bf504c25663fdabee0350bcab27 Mon Sep 17 00:00:00 2001 From: Peng Wu Date: Thu, 18 Aug 2011 16:27:22 +0800 Subject: public pinyin apis --- src/pinyin.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/pinyin.cpp') 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){ -- cgit