summaryrefslogtreecommitdiffstats
path: root/scripts/pinyin_parser_table.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/pinyin_parser_table.h.in')
-rw-r--r--scripts/pinyin_parser_table.h.in52
1 files changed, 0 insertions, 52 deletions
diff --git a/scripts/pinyin_parser_table.h.in b/scripts/pinyin_parser_table.h.in
deleted file mode 100644
index ef183f8..0000000
--- a/scripts/pinyin_parser_table.h.in
+++ /dev/null
@@ -1,52 +0,0 @@
-#ifndef PINYIN_PARSER_TABLE_H
-#define PINYIN_PARSER_TABLE_H
-
-namespace zhuyin{
-
-const pinyin_index_item_t hanyu_pinyin_index[] = {
-@HANYU_PINYIN_INDEX@
-};
-
-const pinyin_index_item_t luoma_pinyin_index[] = {
-@LUOMA_PINYIN_INDEX@
-};
-
-const chewing_index_item_t bopomofo_index[] = {
-@BOPOMOFO_INDEX@
-};
-
-const pinyin_index_item_t secondary_bopomofo_index[] = {
-@SECONDARY_BOPOMOFO_INDEX@
-};
-
-const chewing_index_item_t hsu_bopomofo_index[] = {
-@HSU_BOPOMOFO_INDEX@
-};
-
-const chewing_index_item_t eten26_bopomofo_index[] = {
-@ETEN26_BOPOMOFO_INDEX@
-};
-
-const content_table_item_t content_table[] = {
-@CONTENT_TABLE@
-};
-
-#if 0
-const divided_table_item_t divided_table[] = {
-@DIVIDED_TABLE@
-};
-
-const resplit_table_item_t resplit_table[] = {
-@RESPLIT_TABLE@
-};
-#endif
-
-const gint chewing_key_table[CHEWING_NUMBER_OF_INITIALS *
- CHEWING_NUMBER_OF_MIDDLES *
- CHEWING_NUMBER_OF_FINALS] = {
-@TABLE_INDEX@
-};
-
-};
-
-#endif