summaryrefslogtreecommitdiff
path: root/src/lib/player_video.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/player_video.h')
-rw-r--r--src/lib/player_video.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/player_video.h b/src/lib/player_video.h
index 610a7526c..f1d0543d7 100644
--- a/src/lib/player_video.h
+++ b/src/lib/player_video.h
@@ -30,7 +30,6 @@ class Image;
class ImageProxy;
class Scaler;
class Socket;
-class Log;
class EncodedData;
/** Everything needed to describe a video frame coming out of the player, but with the
@@ -53,7 +52,7 @@ public:
boost::optional<ColourConversion>
);
- PlayerVideo (boost::shared_ptr<cxml::Node>, boost::shared_ptr<Socket>, boost::shared_ptr<Log>);
+ PlayerVideo (boost::shared_ptr<cxml::Node>, boost::shared_ptr<Socket>);
void set_subtitle (PositionImage);