summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2020-07-23 18:11:04 +0800
committerPeng Wu <alexepico@gmail.com>2020-07-23 18:11:04 +0800
commit6098520bd122047dffc3fe629d0d9503d949a9e2 (patch)
tree1a56e5b2ebcf8667a7f75da9a61420c62cdd6742
parentec82da0bae97807171f0bef61de7e380a2d7e493 (diff)
downloadlibpinyin-6098520bd122047dffc3fe629d0d9503d949a9e2.tar.gz
libpinyin-6098520bd122047dffc3fe629d0d9503d949a9e2.tar.xz
libpinyin-6098520bd122047dffc3fe629d0d9503d949a9e2.zip
clean up pinyin.h
-rw-r--r--src/pinyin.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/pinyin.h b/src/pinyin.h
index 6328e1d..7cab515 100644
--- a/src/pinyin.h
+++ b/src/pinyin.h
@@ -600,20 +600,6 @@ bool pinyin_get_luoma_pinyin_string(pinyin_instance_t * instance,
gchar ** utf8_str);
/**
- * pinyin_get_luoma_pinyin_string:
- * @instance: the pinyin instance.
- * @key: the pinyin key.
- * @utf8_str: the luoma pinyin string.
- * @returns: whether the get operation is successful.
- *
- * Get the luoma pinyin string of the key.
- *
- */
-bool pinyin_get_luoma_pinyin_string(pinyin_instance_t * instance,
- ChewingKey * key,
- gchar ** utf8_str);
-
-/**
* pinyin_get_secondary_zhuyin_string:
* @instance: the pinyin instance.
* @key: the pinyin key.