diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-06-07 16:02:49 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-06-07 16:02:49 +0100 |
| commit | dc37d4d06b1fde1a61b7d446f51921f19324ef98 (patch) | |
| tree | 414a0a876ec3bf8a18fdda0493a926c4e00d1713 /src/lib/examine_content_job.cc | |
| parent | 331b0f31338ce11a806af15a2702f94b95fadf8a (diff) | |
Remove unused method.
Diffstat (limited to 'src/lib/examine_content_job.cc')
| -rw-r--r-- | src/lib/examine_content_job.cc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/lib/examine_content_job.cc b/src/lib/examine_content_job.cc index a304ebea0..a9df63be7 100644 --- a/src/lib/examine_content_job.cc +++ b/src/lib/examine_content_job.cc @@ -38,10 +38,6 @@ ExamineContentJob::ExamineContentJob (shared_ptr<const Film> film, shared_ptr<Co } -ExamineContentJob::~ExamineContentJob () -{ -} - string ExamineContentJob::name () const { |
