Reasonably straightforward stuff; main things are adding
[dcpomatic.git] / src / lib / types.h
index 105432f83508cd43be07cf7f430f8c66f76fbf4c..33bad1d24455fc03938f175cd3f1bf3be7c06b1c 100644 (file)
@@ -48,7 +48,6 @@ namespace xmlpp {
 #define SERVER_LINK_VERSION (64+0)
 
 typedef std::vector<boost::shared_ptr<Content> > ContentList;
-typedef std::vector<boost::shared_ptr<VideoContent> > VideoContentList;
 typedef std::vector<boost::shared_ptr<AudioContent> > AudioContentList;
 typedef std::vector<boost::shared_ptr<SubtitleContent> > SubtitleContentList;
 typedef std::vector<boost::shared_ptr<FFmpegContent> > FFmpegContentList;