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/content.h | |
| parent | 5dbd022f3abb0ebab57fb67073a07ed60df902a6 (diff) | |
Remove unused method.
Diffstat (limited to 'src/lib/content.h')
| -rw-r--r-- | src/lib/content.h | 1 |
1 files changed, 0 insertions, 1 deletions
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; |
