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:
Andreas Kling 2020-02-15 01:06:32 +01:00
commit 93e9c2732b
Notes: sideshowbarker 2024-07-19 09:19:40 +09:00
3 changed files with 1 additions and 22 deletions

View file

@ -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>