X-Git-Url: https://git.draconx.ca/gitweb/upkg.git/blobdiff_plain/73dc6ab5135dfa0fab3977dcaa1b52ee79bb3c0e..141ec2de0dca3b1a2482787360fc111c6bcbff3f:/src/uobject/uobject.c diff --git a/src/uobject/uobject.c b/src/uobject/uobject.c index b029cbf..e5b500b 100644 --- a/src/uobject/uobject.c +++ b/src/uobject/uobject.c @@ -208,7 +208,6 @@ int u_object_deserialize(GObject *obj, struct upkg *pkg, unsigned long idx) upkg_export_close(f); } else { uo->pkg = pkg; - uo->pkg_idx = idx; uo->pkg_file = f; } @@ -219,7 +218,6 @@ static void u_object_init(UObject *o) { o->pkg = NULL; o->pkg_file = NULL; - o->pkg_idx = 0; } static void u_object_finalize(GObject *o)