mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-12-12 17:30:38 +00:00
LibGfx/ISOBMFF: Remove prototypes for nonexistent methods
This commit is contained in:
parent
270d3303ce
commit
bdb4f6bd49
Notes:
sideshowbarker
2024-07-17 20:19:08 +09:00
Author: https://github.com/nico Commit: https://github.com/SerenityOS/serenity/commit/bdb4f6bd49 Pull-request: https://github.com/SerenityOS/serenity/pull/23682 Reviewed-by: https://github.com/LucasChollet Reviewed-by: https://github.com/Zaggy1024 Reviewed-by: https://github.com/timschumi ✅
1 changed files with 0 additions and 5 deletions
|
@ -19,9 +19,6 @@ public:
|
|||
|
||||
ErrorOr<BoxList> read_entire_file();
|
||||
|
||||
ErrorOr<BrandIdentifier> get_major_brand();
|
||||
ErrorOr<Vector<BrandIdentifier>> get_minor_brands();
|
||||
|
||||
private:
|
||||
Reader(MaybeOwned<SeekableStream> stream, size_t size)
|
||||
: m_stream(move(stream))
|
||||
|
@ -29,8 +26,6 @@ private:
|
|||
{
|
||||
}
|
||||
|
||||
ErrorOr<void> parse_initial_data();
|
||||
|
||||
MaybeOwned<SeekableStream> m_stream;
|
||||
BoxStream m_box_stream;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue