From dc37d4d06b1fde1a61b7d446f51921f19324ef98 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 7 Jun 2016 16:02:49 +0100 Subject: Remove unused method. --- src/lib/examine_content_job.cc | 4 ---- src/lib/examine_content_job.h | 2 -- 2 files changed, 6 deletions(-) (limited to 'src/lib') 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 film, shared_ptr, boost::shared_ptr); - ~ExamineContentJob (); std::string name () const; std::string json_name () const; @@ -36,4 +35,3 @@ public: private: boost::shared_ptr _content; }; - -- cgit v1.2.3