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.h | |
| parent | 5d574b9285ba2cb57903174019e9e2d369cd607e (diff) | |
Remove now-unused job dependencies.
Diffstat (limited to 'src/lib/examine_content_job.h')
| -rw-r--r-- | src/lib/examine_content_job.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/examine_content_job.h b/src/lib/examine_content_job.h index 729c287b5..8ee4f0d60 100644 --- a/src/lib/examine_content_job.h +++ b/src/lib/examine_content_job.h @@ -29,7 +29,7 @@ class ExamineContentJob : public Job { public: - ExamineContentJob (boost::shared_ptr<Film>, boost::shared_ptr<Job> req); + ExamineContentJob (boost::shared_ptr<Film>); ~ExamineContentJob (); std::string name () const; |
