X-Git-Url: http://git.draconx.ca/gitweb/upkg.git/blobdiff_plain/4a3125b61348969b91b9642bba803fc17135c189..101802f109713394c6c8e0daea8129c6ee3c60d0:/src/uobject/uobject.h diff --git a/src/uobject/uobject.h b/src/uobject/uobject.h index 116b783..b9e16fa 100644 --- a/src/uobject/uobject.h +++ b/src/uobject/uobject.h @@ -42,13 +42,12 @@ struct UObject { struct upkg *pkg; struct upkg_file *pkg_file; - unsigned long pkg_idx; }; struct UObjectClass { GObjectClass parent; - int (*deserialize)(UObject *obj, struct upkg_file *f); + int (*deserialize)(UObject *obj); }; GType u_object_get_type(void);