diff options
author | Peng Wu <alexepico@gmail.com> | 2012-02-22 14:53:46 +0800 |
---|---|---|
committer | Peng Wu <alexepico@gmail.com> | 2012-02-22 14:53:46 +0800 |
commit | ade2d6970018fdba088874a1efd418760bb42d45 (patch) | |
tree | 109e8b8b28f365ffddcca8f83bb4460237072682 /src | |
parent | 3af888752c73601c2e581610ed566175a403eaf9 (diff) | |
download | libpinyin-ade2d6970018fdba088874a1efd418760bb42d45.tar.gz libpinyin-ade2d6970018fdba088874a1efd418760bb42d45.tar.xz libpinyin-ade2d6970018fdba088874a1efd418760bb42d45.zip |
remove utf16_t definition
Diffstat (limited to 'src')
-rw-r--r-- | src/include/novel_types.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/include/novel_types.h b/src/include/novel_types.h index f006840..c031f40 100644 --- a/src/include/novel_types.h +++ b/src/include/novel_types.h @@ -34,7 +34,6 @@ namespace pinyin{ typedef guint32 phrase_token_t; typedef gunichar ucs4_t; -typedef gunichar2 utf16_t; /* * Phrase Index Library Definition |