summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibGfx/BMPLoader.h
diff options
context:
space:
mode:
Diffstat (limited to 'Userland/Libraries/LibGfx/BMPLoader.h')
-rw-r--r--Userland/Libraries/LibGfx/BMPLoader.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/Userland/Libraries/LibGfx/BMPLoader.h b/Userland/Libraries/LibGfx/BMPLoader.h
index 1503bc3680..ff6d6f4832 100644
--- a/Userland/Libraries/LibGfx/BMPLoader.h
+++ b/Userland/Libraries/LibGfx/BMPLoader.h
@@ -12,7 +12,6 @@
namespace Gfx {
-RefPtr<Gfx::Bitmap> load_bmp(String const& path);
RefPtr<Gfx::Bitmap> load_bmp_from_memory(u8 const*, size_t, String const& mmap_name = "<memory>");
struct BMPLoadingContext;