summaryrefslogtreecommitdiff
path: root/src/lib/examine_content_job.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2012-11-15 22:26:16 +0000
committerCarl Hetherington <cth@carlh.net>2012-11-15 22:26:16 +0000
commit4fbd1901fdabc829cfa7e7d4d0c1272bba87033c (patch)
tree416701b4a2923cdc16983311239bd311282e8438 /src/lib/examine_content_job.h
parentf5c40275a2dc444c295a547dfedcd8f9eee2bcb2 (diff)
Untested external audio support; AB transcodes still broken.
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;
};