1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 16:38:10 +00:00

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
parent 1568063cc8
commit 5cc4b37bf3
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;