summaryrefslogtreecommitdiff
path: root/src/lib/examine_content_job.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/examine_content_job.h')
-rw-r--r--src/lib/examine_content_job.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/lib/examine_content_job.h b/src/lib/examine_content_job.h
index d87bd0876..2004aca83 100644
--- a/src/lib/examine_content_job.h
+++ b/src/lib/examine_content_job.h
@@ -23,8 +23,6 @@
#include "job.h"
-class Decoder;
-
/** @class ExamineContentJob
* @brief A class to run through content at high speed to find its length.
*/
@@ -36,8 +34,5 @@ public:
std::string name () const;
void run ();
-
-private:
- boost::shared_ptr<Decoder> _decoder;
};