diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-11-07 22:33:37 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-11-07 22:33:37 +0000 |
| commit | 87da92b45a9a0cf4ce809ea580a78c4dd5d96021 (patch) | |
| tree | 4aeb53945102dbbd373b522917b6878478f5d206 /src/lib/player_video.h | |
| parent | 9980c40a47abe24f8dd3cb16e14ad4a3254a8465 (diff) | |
Remove log from ImageProxy hierarchy.
Diffstat (limited to 'src/lib/player_video.h')
| -rw-r--r-- | src/lib/player_video.h | 3 |
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); |
