diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-12-31 23:01:27 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-12-31 23:01:27 +0100 |
| commit | eb37cf6ee5cc7f186af98c75cf6649932b4fec7d (patch) | |
| tree | feacaf1f3bddd15387d21bceac24c57d129d57d5 /src/lib/player.h | |
| parent | 28d9ad928ec3866bffb0c378e27e5a7baf55d30b (diff) | |
Remove now-unused Player::frames_done().
Diffstat (limited to 'src/lib/player.h')
| -rw-r--r-- | src/lib/player.h | 1 |
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(); |
