From 2031917f11c7eb27100b2c8e76520504ed20b46f Mon Sep 17 00:00:00 2001 From: Peng Wu Date: Sat, 27 May 2017 14:04:57 +0800 Subject: drop zhuyin_valid_zhuyin_keys function --- src/zhuyin.h | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'src') diff --git a/src/zhuyin.h b/src/zhuyin.h index 50a3287..e627001 100644 --- a/src/zhuyin.h +++ b/src/zhuyin.h @@ -308,19 +308,6 @@ bool zhuyin_parse_chewing(zhuyin_instance_t * instance, size_t zhuyin_parse_more_chewings(zhuyin_instance_t * instance, const char * chewings); -#if 0 -/** - * zhuyin_valid_zhuyin_keys: - * @instance: the zhuyin instance. - * @returns: whether all zhuyin keys are valid. - * - * Valid parsed zhuyin keys, if all valid, return true; - * if not, modify raw user input and return false. - * - */ -bool zhuyin_valid_zhuyin_keys(zhuyin_instance_t * instance); -#endif - /** * zhuyin_get_parsed_input_length: * @instance: the zhuyin instance. -- cgit