diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-05-06 14:57:20 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-05-06 14:57:20 +0100 |
| commit | 9bf304a86a3df6f4b10a572d657b5d7beb910582 (patch) | |
| tree | 1af3dc6c036fb6c287041adc58249cef00263f0e /src/lib/playlist.h | |
| parent | 74040395aa25ade07f62f97d8a199b919b7487a2 (diff) | |
Remove somewhat pointless playlist description.
Diffstat (limited to 'src/lib/playlist.h')
| -rw-r--r-- | src/lib/playlist.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lib/playlist.h b/src/lib/playlist.h index cea41ab32..e6acff694 100644 --- a/src/lib/playlist.h +++ b/src/lib/playlist.h @@ -88,8 +88,6 @@ public: return _content; } - std::string description () const; - boost::shared_ptr<FFmpegContent> ffmpeg () const; std::list<boost::shared_ptr<const VideoContent> > video () const { |
