X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fvideo_ring_buffers.h;h=f3e521553168f938448b9a7436fad604b0d1ce59;hb=72b11d5eb036651b6ff68edf3ed270e8fc52960f;hp=887a5dc2fd2ca9e2c4c3c0858f9d519773b4441c;hpb=a5ea5c0d2637dd41e3d356cb62cac75b8cadf8ce;p=dcpomatic.git diff --git a/src/lib/video_ring_buffers.h b/src/lib/video_ring_buffers.h index 887a5dc2f..f3e521553 100644 --- a/src/lib/video_ring_buffers.h +++ b/src/lib/video_ring_buffers.h @@ -37,7 +37,6 @@ public: void clear (); Frame size () const; bool empty () const; - boost::optional earliest () const; std::pair memory_used () const;