From 0a63f7e9dd20f804a625b7f4fcbaa0cedc4619df Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sat, 17 Jan 2015 01:48:53 +0000 Subject: Remove unused TimedAudioBuffers. --- src/lib/types.h | 16 ---------------- 1 file changed, 16 deletions(-) (limited to 'src') diff --git a/src/lib/types.h b/src/lib/types.h index c069944fe..f554c4dd9 100644 --- a/src/lib/types.h +++ b/src/lib/types.h @@ -57,22 +57,6 @@ typedef std::vector > FFmpegContentList; typedef int64_t VideoFrame; typedef int64_t AudioFrame; -/* XXX -> DCPAudio */ -struct TimedAudioBuffers -{ - TimedAudioBuffers () - : time (0) - {} - - TimedAudioBuffers (boost::shared_ptr a, DCPTime t) - : audio (a) - , time (t) - {} - - boost::shared_ptr audio; - DCPTime time; -}; - enum VideoFrameType { VIDEO_FRAME_TYPE_2D, -- cgit v1.2.3