summaryrefslogtreecommitdiffstats
path: root/src/pinyin.cpp
diff options
context:
space:
mode:
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){