]> git.tdb.fi Git - libs/datafile.git/blobdiff - source/packsource.h
Remove the loaded flag from PackSource files
[libs/datafile.git] / source / packsource.h
index 7d616614cff490690d73699f4a5b4f6a76a545f1..6912a40047edfb1110ef4d31ce867bb5bdceee4f 100644 (file)
@@ -81,7 +81,6 @@ private:
                unsigned length;
                bool collection;
                std::list<Object> 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;
        };