mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-09 09:39:39 +00:00
LibVideo: Remove declarations for non-existent methods
This commit is contained in:
parent
1568063cc8
commit
5cc4b37bf3
Notes:
sideshowbarker
2024-07-17 01:06:00 +09:00
Author: https://github.com/AtkinsSJ
Commit: 5cc4b37bf3
Pull-request: https://github.com/SerenityOS/serenity/pull/17203
Reviewed-by: https://github.com/linusg ✅
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