mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-08 17:19:13 +00:00
LibGfx: Remove unused Bitmap::load_from_file() for loading raw RGBA
This was not used anywhere but added unnecessary members to Bitmap.
This commit is contained in:
parent
9c0c677d57
commit
93e9c2732b
Notes:
sideshowbarker
2024-07-19 09:19:40 +09:00
Author: https://github.com/awesomekling
Commit: 93e9c2732b
3 changed files with 1 additions and 22 deletions
|
@ -27,6 +27,7 @@
|
|||
#include <AK/BufferStream.h>
|
||||
#include <AK/ByteBuffer.h>
|
||||
#include <AK/FileSystemPath.h>
|
||||
#include <AK/MappedFile.h>
|
||||
#include <AK/NonnullOwnPtrVector.h>
|
||||
#include <LibGfx/GIFLoader.h>
|
||||
#include <stdio.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue