From 9fe5ff46bf292142d0172485ff8daf420ccdd585 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 22 Oct 2025 14:54:09 +0200 Subject: Remove unused method. --- src/tools/dcpomatic_verifier.cc | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'src') diff --git a/src/tools/dcpomatic_verifier.cc b/src/tools/dcpomatic_verifier.cc index 8a509529b..84f8c4606 100644 --- a/src/tools/dcpomatic_verifier.cc +++ b/src/tools/dcpomatic_verifier.cc @@ -86,18 +86,6 @@ public: { /* Not used */ } - -private: - void search(vector& dcp, boost::filesystem::path path) const - { - if (dcp::filesystem::exists(path / "ASSETMAP") || dcp::filesystem::exists(path / "ASSETMAP.xml")) { - dcp.push_back(path); - } else if (boost::filesystem::is_directory(path)) { - for (auto i: boost::filesystem::directory_iterator(path)) { - search(dcp, i.path()); - } - } - }; }; -- cgit v1.2.3