X-Git-Url: http://git.draconx.ca/gitweb/upkg.git/blobdiff_plain/4a3125b61348969b91b9642bba803fc17135c189..d3bcc750280bfce9a7f6e7ccf159400db9ad9659:/src/uobject/uobject.h?ds=sidebyside 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);