From ade2d6970018fdba088874a1efd418760bb42d45 Mon Sep 17 00:00:00 2001 From: Peng Wu Date: Wed, 22 Feb 2012 14:53:46 +0800 Subject: remove utf16_t definition --- src/include/novel_types.h | 1 - 1 file changed, 1 deletion(-) 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 -- cgit