diff options
Diffstat (limited to 'src/lib/content.cc')
| -rw-r--r-- | src/lib/content.cc | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/src/lib/content.cc b/src/lib/content.cc index c5f82a375..60073f860 100644 --- a/src/lib/content.cc +++ b/src/lib/content.cc @@ -337,19 +337,6 @@ Content::identifier() const } -bool -Content::paths_valid() const -{ - for (auto i: _paths) { - if (!dcp::filesystem::exists(i)) { - return false; - } - } - - return true; -} - - void Content::set_paths(vector<boost::filesystem::path> paths) { |
