Remove unused field

svn path=/trunk/; revision=29840
This commit is contained in:
Kovarththanan Rajaratnam 2009-09-10 13:52:36 +00:00
parent e6391e94d8
commit aaa6d87cf0
1 changed files with 2 additions and 3 deletions

View File

@ -149,7 +149,6 @@ typedef struct _fvalue_t {
ftype_t *ftype;
union {
/* Put a few basic types in here */
gpointer pointer;
guint32 uinteger;
gint32 sinteger;
guint64 integer64;