diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-02-16 22:31:58 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-02-16 22:31:58 +0000 |
| commit | 284d33037f878e6e3bc97238e0c18b0bbb92b990 (patch) | |
| tree | 3f04509fa16cafeb04e000f3e30e3f9565d59268 /src/lib/examine_content_job.cc | |
| parent | 5d574b9285ba2cb57903174019e9e2d369cd607e (diff) | |
Remove now-unused job dependencies.
Diffstat (limited to 'src/lib/examine_content_job.cc')
| -rw-r--r-- | src/lib/examine_content_job.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/examine_content_job.cc b/src/lib/examine_content_job.cc index 94e5320fe..31d76c4f7 100644 --- a/src/lib/examine_content_job.cc +++ b/src/lib/examine_content_job.cc @@ -36,8 +36,8 @@ using std::vector; using std::pair; using boost::shared_ptr; -ExamineContentJob::ExamineContentJob (shared_ptr<Film> f, shared_ptr<Job> req) - : Job (f, req) +ExamineContentJob::ExamineContentJob (shared_ptr<Film> f) + : Job (f) { } |
