summaryrefslogtreecommitdiff
path: root/src/lib/player.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2025-12-31 23:01:27 +0100
committerCarl Hetherington <cth@carlh.net>2025-12-31 23:01:27 +0100
commiteb37cf6ee5cc7f186af98c75cf6649932b4fec7d (patch)
treefeacaf1f3bddd15387d21bceac24c57d129d57d5 /src/lib/player.h
parent28d9ad928ec3866bffb0c378e27e5a7baf55d30b (diff)
Remove now-unused Player::frames_done().
Diffstat (limited to 'src/lib/player.h')
-rw-r--r--src/lib/player.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/player.h b/src/lib/player.h
index 222d3c217..edcbb1198 100644
--- a/src/lib/player.h
+++ b/src/lib/player.h
@@ -91,7 +91,6 @@ public:
/** @return true when playback is finished, and there is no more data to come */
bool pass();
void seek(dcpomatic::DCPTime time, bool accurate);
- Frame frames_done() const;
float progress() const;
std::vector<std::shared_ptr<dcpomatic::Font>> get_subtitle_fonts();