summaryrefslogtreecommitdiff
path: root/src/lib/content.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2018-08-21 12:29:23 +0100
committerCarl Hetherington <cth@carlh.net>2018-08-21 12:29:23 +0100
commit8c61932cc0425a67153fd9e8a34ec585bfa985c1 (patch)
tree78bd5fdf4d39aab38ebb00cf4977ce99d6f9ccb9 /src/lib/content.cc
parent5dbd022f3abb0ebab57fb67073a07ed60df902a6 (diff)
Remove unused method.
Diffstat (limited to 'src/lib/content.cc')
-rw-r--r--src/lib/content.cc8
1 files changed, 0 insertions, 8 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);