Include audio mapping in the digest used to distinguish different
[dcpomatic.git] / src / lib / util.h
index 5ca9f74c88d68a878a54f5e5b75a7af0628caa22..5d93456df6c043d2bac41d6b070b81e6f83ebcc6 100644 (file)
@@ -62,7 +62,6 @@ extern void dcpomatic_setup ();
 extern void dcpomatic_setup_gettext_i18n (std::string);
 extern std::vector<std::string> split_at_spaces_considering_quotes (std::string);
 extern std::string md5_digest (std::vector<boost::filesystem::path>, boost::shared_ptr<Job>);
-extern std::string md5_digest (void const *, int);
 extern void ensure_ui_thread ();
 extern std::string audio_channel_name (int);
 extern bool valid_image_file (boost::filesystem::path);