Evas textblock: Removed the usuned type field from the textblock item.

SVN revision: 52489
This commit is contained in:
Tom Hacohen 2010-09-20 14:14:52 +00:00
parent b98670ab36
commit 5ba2cc9c6b
1 changed files with 0 additions and 1 deletions

View File

@ -284,7 +284,6 @@ struct _Evas_Object_Textblock_Item
int x, w, h;
int inset, baseline;
size_t source_pos;
unsigned char type;
Evas_BiDi_Props bidi_props;
};