]> git.tdb.fi Git - libs/datafile.git/blobdiff - source/collection.h
Remove some long-deprecated things
[libs/datafile.git] / source / collection.h
index 38d93213b770a167ab606f9760dc9d2fe1d50b65..0cd799abf060e399a20c55027371917e14f563c5 100644 (file)
@@ -297,10 +297,6 @@ public:
        object when done with it. */
        IO::Seekable *open_raw(const std::string &) const;
 
-protected:
-       // Deprecated.  Use open_raw instead.
-       DEPRECATED IO::Seekable *open_from_sources(const std::string &n) { return open_raw(n); }
-
 private:
        void gather_names_from_sources(std::list<std::string> &, const CollectionItemTypeBase &) const;