summaryrefslogtreecommitdiffstats
path: root/src/storage/pinyin_custom.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/storage/pinyin_custom.h')
-rw-r--r--src/storage/pinyin_custom.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/storage/pinyin_custom.h b/src/storage/pinyin_custom.h
index 84185a3..c5f339a 100644
--- a/src/storage/pinyin_custom.h
+++ b/src/storage/pinyin_custom.h
@@ -67,16 +67,6 @@ enum PinyinAmbiguity
enum PinyinCorrection{
PINYIN_CorrectAny = 0,
-#if 0
- PINYIN_CorrectZeroInitial,
- PINYIN_CorrectGNtoNG,
- PINYIN_CorrectMGtoNG,
- PINYIN_CorrectIOUtoIU,
- PINYIN_CorrectUEItoUI,
- PINYIN_CorrectUENtoUN,
- PINYIN_CorrectUEtoVE,
- PINYIN_CorrectONtoONG,
-#endif
PINYIN_CorrectVtoU,
PINYIN_CorrectLast = PINYIN_CorrectVtoU,
};