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:
parent
1568063cc8
commit
5cc4b37bf3
4 changed files with 0 additions and 10 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue