diff --git a/include/armadillo_bits/SpMat_bones.hpp b/include/armadillo_bits/SpMat_bones.hpp index 3867bbde..d661a117 100644 --- a/include/armadillo_bits/SpMat_bones.hpp +++ b/include/armadillo_bits/SpMat_bones.hpp @@ -399,11 +399,9 @@ class SpMat : public SpBase< eT, SpMat > inline arma_cold bool load( std::istream& is, const file_type type = arma_binary); arma_deprecated inline bool quiet_save(const std::string name, const file_type type = arma_binary) const; - arma_deprecated inline bool quiet_save(const csv_name& spec, const file_type type = csv_ascii) const; arma_deprecated inline bool quiet_save( std::ostream& os, const file_type type = arma_binary) const; arma_deprecated inline bool quiet_load(const std::string name, const file_type type = arma_binary); - arma_deprecated inline bool quiet_load(const csv_name& spec, const file_type type = csv_ascii); arma_deprecated inline bool quiet_load( std::istream& is, const file_type type = arma_binary);