From: Mikko Rasa Date: Fri, 23 Apr 2021 11:41:07 +0000 (+0300) Subject: Remove some long-deprecated things X-Git-Url: http://git.tdb.fi/?p=libs%2Fdatafile.git;a=commitdiff_plain;h=f19f861eb6858f396d574f0d45c5e967221a384b Remove some long-deprecated things --- diff --git a/source/collection.h b/source/collection.h index 38d9321..0cd799a 100644 --- a/source/collection.h +++ b/source/collection.h @@ -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 &, const CollectionItemTypeBase &) const; diff --git a/source/value.h b/source/value.h index b7da1d7..c272bcf 100644 --- a/source/value.h +++ b/source/value.h @@ -35,8 +35,6 @@ private: T get_() const; }; -typedef DEPRECATED std::vector ValueArray; - template inline T Value::get_() const {