summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/lib/content.cc6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/lib/content.cc b/src/lib/content.cc
index 76b8eb666..8f486380a 100644
--- a/src/lib/content.cc
+++ b/src/lib/content.cc
@@ -167,12 +167,8 @@ Content::calculate_digest() const
void
-Content::examine(shared_ptr<const Film>, shared_ptr<Job> job, bool)
+Content::examine(shared_ptr<const Film>, shared_ptr<Job>, bool)
{
- if (job) {
- job->sub(_("Computing digest"));
- }
-
auto const d = calculate_digest();
boost::mutex::scoped_lock lm(_mutex);