diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-08-21 12:29:23 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-08-21 12:29:23 +0100 |
| commit | 8c61932cc0425a67153fd9e8a34ec585bfa985c1 (patch) | |
| tree | 78bd5fdf4d39aab38ebb00cf4977ce99d6f9ccb9 /src/lib | |
| parent | 5dbd022f3abb0ebab57fb67073a07ed60df902a6 (diff) | |
Remove unused method.
Diffstat (limited to 'src/lib')
| -rw-r--r-- | src/lib/content.cc | 8 | ||||
| -rw-r--r-- | src/lib/content.h | 1 |
2 files changed, 0 insertions, 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 @@ -309,14 +309,6 @@ Content::paths_valid () const } void -Content::set_path (boost::filesystem::path path) -{ - ChangeSignaller<Content> cc (this, ContentProperty::PATH); - _paths.clear (); - _paths.push_back (path); -} - -void Content::set_paths (vector<boost::filesystem::path> paths) { ChangeSignaller<Content> cc (this, ContentProperty::PATH); 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<Content> clone () const; - void set_path (boost::filesystem::path); void set_paths (std::vector<boost::filesystem::path> paths); std::string path_summary () const; |
