From 8c61932cc0425a67153fd9e8a34ec585bfa985c1 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 21 Aug 2018 12:29:23 +0100 Subject: [PATCH] Remove unused method. --- src/lib/content.cc | 8 -------- src/lib/content.h | 1 - 2 files changed, 9 deletions(-) diff --git a/src/lib/content.cc b/src/lib/content.cc index 04bdc8126..ee394d8e5 100644 --- a/src/lib/content.cc +++ b/src/lib/content.cc @@ -308,14 +308,6 @@ Content::paths_valid () const return true; } -void -Content::set_path (boost::filesystem::path path) -{ - ChangeSignaller cc (this, ContentProperty::PATH); - _paths.clear (); - _paths.push_back (path); -} - void Content::set_paths (vector paths) { diff --git a/src/lib/content.h b/src/lib/content.h index d519dc52b..f09097ccf 100644 --- a/src/lib/content.h +++ b/src/lib/content.h @@ -99,7 +99,6 @@ public: boost::shared_ptr clone () const; - void set_path (boost::filesystem::path); void set_paths (std::vector paths); std::string path_summary () const; -- 2.30.2