diff options
Diffstat (limited to 'src/plist.h')
-rw-r--r-- | src/plist.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plist.h b/src/plist.h index ebbb0b5..723ed87 100644 --- a/src/plist.h +++ b/src/plist.h @@ -36,7 +36,6 @@ struct plist_data_s { uint64_t intval; double realval; char *strval; - gunichar2 *unicodeval; uint8_t *buff; GTimeVal timeval; }; |