diff options
Diffstat (limited to 'src/lib/examine_content_job.h')
| -rw-r--r-- | src/lib/examine_content_job.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lib/examine_content_job.h b/src/lib/examine_content_job.h index 145f48048..0f4da2457 100644 --- a/src/lib/examine_content_job.h +++ b/src/lib/examine_content_job.h @@ -27,7 +27,6 @@ class ExamineContentJob : public Job { public: ExamineContentJob (boost::shared_ptr<const Film>, boost::shared_ptr<Content>); - ~ExamineContentJob (); std::string name () const; std::string json_name () const; @@ -36,4 +35,3 @@ public: private: boost::shared_ptr<Content> _content; }; - |
