From d743ad0eb55a91405c251a8999f838d656d72729 Mon Sep 17 00:00:00 2001 From: Peng Wu Date: Wed, 3 Feb 2016 09:27:22 +0800 Subject: remove table_entry_header_t --- src/include/novel_types.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/include') diff --git a/src/include/novel_types.h b/src/include/novel_types.h index 2d309a1..061f690 100644 --- a/src/include/novel_types.h +++ b/src/include/novel_types.h @@ -128,8 +128,6 @@ const char c_separate = '#'; typedef guint32 table_offset_t; -typedef guint32 table_entry_header_t; - typedef double parameter_t; /* Array of ChewingKey/ChewingKeyRest */ -- cgit