summaryrefslogtreecommitdiffstats
path: root/src/storage/phrase_index.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/storage/phrase_index.cpp')
-rw-r--r--src/storage/phrase_index.cpp24
1 files changed, 0 insertions, 24 deletions
diff --git a/src/storage/phrase_index.cpp b/src/storage/phrase_index.cpp
index c462fef..5f468b3 100644
--- a/src/storage/phrase_index.cpp
+++ b/src/storage/phrase_index.cpp
@@ -699,30 +699,6 @@ bool FacadePhraseIndex::mask_out(guint8 phrase_index,
}
namespace pinyin{
-const pinyin_table_info_t pinyin_phrase_files[PHRASE_INDEX_LIBRARY_COUNT] =
- {
- {RESERVED, NULL, NULL, NULL, NOT_USED},
- {GB_DICTIONARY, "gb_char.table", "gb_char.bin", "gb_char.dbin", SYSTEM_FILE},
- {GBK_DICTIONARY, "gbk_char.table", "gbk_char.bin", "gbk_char.dbin", SYSTEM_FILE},
-
- {MERGED_DICTIONARY, "merged.table", "merged.bin", "merged.dbin", SYSTEM_FILE},
-
- {ART_DICTIONARY, "art.table", "art.bin", "art.dbin", DICTIONARY},
- {CULTURE_DICTIONARY, "culture.table", "culture.bin", "culture.dbin", DICTIONARY},
- {ECONOMY_DICTIONARY, "economy.table", "economy.bin", "economy.dbin", DICTIONARY},
- {GEOLOGY_DICTIONARY, "geology.table", "geology.bin", "geology.dbin", DICTIONARY},
- {HISTORY_DICTIONARY, "history.table", "history.bin", "history.dbin", DICTIONARY},
-
- {LIFE_DICTIONARY, "life.table", "life.bin", "life.dbin", DICTIONARY},
- {NATURE_DICTIONARY, "nature.table", "nature.bin", "nature.dbin", DICTIONARY},
- {SCITECH_DICTIONARY, "scitech.table", "scitech.bin", "scitech.dbin", DICTIONARY},
- {SOCIETY_DICTIONARY, "society.table", "society.bin", "society.dbin", DICTIONARY},
- {SPORT_DICTIONARY, "sport.table", "sport.bin", "sport.dbin", DICTIONARY},
-
- {RESERVED1, NULL, NULL, NULL, NOT_USED},
-
- {USER_DICTIONARY, NULL, NULL, "user.bin", USER_FILE}
- };
static bool _peek_header(PhraseIndexLogger * logger,