summaryrefslogtreecommitdiff
path: root/src/tangara/audio/stream_cues.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/tangara/audio/stream_cues.hpp')
-rw-r--r--src/tangara/audio/stream_cues.hpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/tangara/audio/stream_cues.hpp b/src/tangara/audio/stream_cues.hpp
index 70ad49a7..cd0782b0 100644
--- a/src/tangara/audio/stream_cues.hpp
+++ b/src/tangara/audio/stream_cues.hpp
@@ -34,8 +34,6 @@ class StreamCues {
auto addCue(std::shared_ptr<TrackInfo>, uint32_t start_at) -> void;
- auto clear() -> void;
-
private:
uint32_t now_;