X-Git-Url: http://git.tdb.fi/?p=libs%2Fdatafile.git;a=blobdiff_plain;f=source%2Fpacksource.h;fp=source%2Fpacksource.h;h=6912a40047edfb1110ef4d31ce867bb5bdceee4f;hp=7d616614cff490690d73699f4a5b4f6a76a545f1;hb=b39ce68f12c30eedb272b65fe78baec5864d89ca;hpb=5adc143801103f6a914f3738a0f3986d4bff5630 diff --git a/source/packsource.h b/source/packsource.h index 7d61661..6912a40 100644 --- a/source/packsource.h +++ b/source/packsource.h @@ -81,7 +81,6 @@ private: unsigned length; bool collection; std::list objects; - bool loaded; public: File(const Pack &, const std::string &); @@ -92,9 +91,6 @@ private: std::string get_full_name() const; bool is_collection() const { return collection; } - void set_loaded(); - bool is_loaded() const { return loaded; } - void collect_objects(ObjectMap &) const; };