diff options
Diffstat (limited to 'hangul/hangul.h')
-rw-r--r-- | hangul/hangul.h | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/hangul/hangul.h b/hangul/hangul.h index 4957c29..bf16afd 100644 --- a/hangul/hangul.h +++ b/hangul/hangul.h @@ -157,23 +157,6 @@ const char* hanja_get_key(const Hanja* hanja); const char* hanja_get_value(const Hanja* hanja); const char* hanja_get_comment(const Hanja* hanja); - -/* deprecated */ -bool hangul_is_jaso(ucschar c) LIBHANGUL_DEPRECATED; -ucschar hangul_jaso_to_jamo(ucschar ch) LIBHANGUL_DEPRECATED; -ucschar hangul_jaso_to_syllable(ucschar choseong, - ucschar jungseong, - ucschar jongseong) LIBHANGUL_DEPRECATED; -void hangul_syllable_to_jaso(ucschar syllable, - ucschar* choseong, - ucschar* jungseong, - ucschar* jongseong) LIBHANGUL_DEPRECATED; -typedef bool (*HangulICFilter) (ucschar*, ucschar, ucschar, ucschar, void*); -void hangul_ic_set_filter(HangulInputContext *hic, - HangulICFilter func, void *user_data) LIBHANGUL_DEPRECATED; -int hangul_ic_dvorak_to_qwerty(int qwerty) LIBHANGUL_DEPRECATED; - - #ifdef __cplusplus } #endif |