summaryrefslogtreecommitdiff
path: root/src/lib/util.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2023-02-23 23:26:19 +0100
committerCarl Hetherington <cth@carlh.net>2023-03-03 01:17:41 +0100
commite571e2c52e93e0dc794a620a7bb6a67f4cf0adb2 (patch)
tree84d7e68e8dfbca10b1adef40eaf9fa66831ebe2e /src/lib/util.h
parent45bc91b9a909035252ee10afe4fed2eef996e4ed (diff)
Cleanup: remove capture_asdcp_logs() from header.
Diffstat (limited to 'src/lib/util.h')
-rw-r--r--src/lib/util.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/util.h b/src/lib/util.h
index 61922325d..d53fc06e0 100644
--- a/src/lib/util.h
+++ b/src/lib/util.h
@@ -93,7 +93,6 @@ extern dcp::Size scale_for_display (dcp::Size s, dcp::Size display_container, dc
extern dcp::DecryptedKDM decrypt_kdm_with_helpful_error (dcp::EncryptedKDM kdm);
extern boost::filesystem::path default_font_file ();
extern void start_of_thread (std::string name);
-extern void capture_asdcp_logs ();
extern std::string error_details(boost::system::error_code ec);
extern bool contains_assetmap(boost::filesystem::path dir);