]> git.draconx.ca Git - upkg.git/blobdiff - src/uobject/uobject.h
uobject: Remove the file parameter from deserialize.
[upkg.git] / src / uobject / uobject.h
index 116b7835a259941aa2ac8ef7b1dbed75bfa23959..b9e16faa9ea16a858d73cabbf467d6c4fb0cf886 100644 (file)
@@ -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);