diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-01-13 13:04:43 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-01-13 13:04:43 +0000 |
| commit | 659559826847246325b2d20fbc654851979268b5 (patch) | |
| tree | 0ded5971f7559b86603b5391a2a1e88ff38fffb2 /src/util.h | |
| parent | e5432f1ef35ec5a68a0a3c2d10f76f7582e8852c (diff) | |
Remove unused progress parameter to make_digest; some comment tweaks.
Diffstat (limited to 'src/util.h')
| -rw-r--r-- | src/util.h | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -23,7 +23,6 @@ #include <string> #include <stdint.h> -#include <boost/signals2.hpp> #include <openjpeg.h> #include "types.h" @@ -32,7 +31,7 @@ namespace libdcp { class ARGBFrame; extern std::string make_uuid (); -extern std::string make_digest (std::string filename, boost::signals2::signal<void (float)>* progress); +extern std::string make_digest (std::string filename); extern std::string content_kind_to_string (ContentKind kind); extern ContentKind content_kind_from_string (std::string kind); extern bool starts_with (std::string big, std::string little); |
