LibVideo: Remove declarations for non-existent methods

This commit is contained in:
Sam Atkins 2023-01-27 17:09:44 +00:00 committed by Linus Groh
commit 5cc4b37bf3
Notes: sideshowbarker 2024-07-17 01:06:00 +09:00
4 changed files with 0 additions and 10 deletions

View file

@ -97,7 +97,6 @@ private:
{
}
DecoderErrorOr<void> set_position(size_t position);
DecoderErrorOr<void> seek_to_cue_point(CuePoint const& cue_point);
RefPtr<Core::MappedFile> m_file;