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:
parent
006dff6878
commit
272e5321e3
2 changed files with 6 additions and 5 deletions
|
@ -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();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue