diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-02-27 22:56:42 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-02-27 22:56:42 +0000 |
| commit | f508191f9d794e7762270d19a4211739470cfe0d (patch) | |
| tree | f6deb3d3bb14e7d52dbbfe528481f6c9b6120f7b /src/lib/video_ring_buffers.h | |
| parent | cb0d899ec71a854e8d54213245812702d85b5670 (diff) | |
Remove some unused code.
Diffstat (limited to 'src/lib/video_ring_buffers.h')
| -rw-r--r-- | src/lib/video_ring_buffers.h | 1 |
1 files changed, 0 insertions, 1 deletions
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<DCPTime> earliest () const; std::pair<size_t, std::string> memory_used () const; |
