* eet_data: Remove not used pointer.

SVN revision: 40035
This commit is contained in:
Cedric BAIL 2009-04-14 09:18:58 +00:00
parent 2fd36557a0
commit 634df72c4a
1 changed files with 0 additions and 3 deletions

View File

@ -1682,7 +1682,6 @@ struct _Node
char *name;
char *key;
Node *values;
Node *prev;
Node *next;
Node *parent;
union {
@ -2046,7 +2045,6 @@ _eet_data_dump_parse(Eet_Dictionary *ed,
if (!nn->next)
{
nn->next = n;
n->prev = nn;
break;
}
}
@ -2100,7 +2098,6 @@ _eet_data_dump_parse(Eet_Dictionary *ed,
if (!nn->next)
{
nn->next = n;
n->prev = nn;
break;
}
}