mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-28 19:59:17 +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
|
@ -102,7 +102,6 @@ public:
|
|||
static constexpr SeekMode DEFAULT_SEEK_MODE = SeekMode::Accurate;
|
||||
|
||||
static DecoderErrorOr<NonnullOwnPtr<PlaybackManager>> from_file(Core::Object& event_handler, StringView file);
|
||||
static DecoderErrorOr<NonnullOwnPtr<PlaybackManager>> from_data(Core::Object& event_handler, Span<u8> data);
|
||||
|
||||
PlaybackManager(Core::Object& event_handler, NonnullOwnPtr<Demuxer>& demuxer, Track video_track, NonnullOwnPtr<VideoDecoder>&& decoder);
|
||||
|
||||
|
@ -211,9 +210,6 @@ public:
|
|||
}
|
||||
virtual ~PlaybackStatusChangeEvent() = default;
|
||||
|
||||
PlaybackStatus status();
|
||||
PlaybackStatus previous_status();
|
||||
|
||||
private:
|
||||
PlaybackStatus m_status;
|
||||
PlaybackStatus m_previous_status;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue