summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2017-05-27 14:04:57 +0800
committerPeng Wu <alexepico@gmail.com>2017-05-27 14:04:57 +0800
commit2031917f11c7eb27100b2c8e76520504ed20b46f (patch)
tree5c10c012414b5860f0e5d816140064d135fae679
parentd70f442d2e645dce99970d3afd903ddf1edb2bff (diff)
downloadlibpinyin-2031917f11c7eb27100b2c8e76520504ed20b46f.tar.gz
libpinyin-2031917f11c7eb27100b2c8e76520504ed20b46f.tar.xz
libpinyin-2031917f11c7eb27100b2c8e76520504ed20b46f.zip
drop zhuyin_valid_zhuyin_keys function
-rw-r--r--src/zhuyin.h13
1 files changed, 0 insertions, 13 deletions
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.