1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 22:27:35 +00:00

LibGfx: Move ICC::Profile::read_tag_table() out of class

This commit is contained in:
Nico Weber 2023-02-14 12:59:20 -05:00 committed by Andreas Kling
parent 006dff6878
commit 272e5321e3
2 changed files with 6 additions and 5 deletions

View file

@ -226,7 +226,6 @@ public:
private:
ErrorOr<void> read_header(ReadonlyBytes);
ErrorOr<void> read_tag_table(ReadonlyBytes);
ErrorOr<void> check_required_tags();
ErrorOr<void> check_tag_types();