diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-08-24 11:38:53 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-08-24 11:38:53 +0100 |
| commit | b8ab7864ea798d633c4dbfa6be69c58a227d9ca2 (patch) | |
| tree | 6891668d2b7022c19045a746817c28e985e77a14 /src/lib/config.cc | |
| parent | 3412af70b950dcdc604413ef05c26becda6da789 (diff) | |
Revert "Bump libdcp for new method."
This reverts commit 3412af70b950dcdc604413ef05c26becda6da789.
Diffstat (limited to 'src/lib/config.cc')
| -rw-r--r-- | src/lib/config.cc | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/lib/config.cc b/src/lib/config.cc index 383ffdbd6..4184a7d1d 100644 --- a/src/lib/config.cc +++ b/src/lib/config.cc @@ -588,11 +588,3 @@ Config::set_cinemas_file (boost::filesystem::path file) changed (OTHER); } - -void -Config::save_template (shared_ptr<const Film> film, string name) const -{ - boost::filesystem::create_directories (path ("templates")); - shared_ptr<xmlpp::Document> doc = film->metadata (false); - doc->write_to_file_formatted (path("templates") / tidy_for_filename (name)); -} |
