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

LibGfx: Remove declarations for non-existent methods

This commit is contained in:
Sam Atkins 2023-01-27 17:08:38 +00:00 committed by Linus Groh
parent 88bbbe12ba
commit 6d5fb9eb02
3 changed files with 1 additions and 4 deletions

View file

@ -254,7 +254,6 @@ private:
DDSImageDecoderPlugin(u8 const*, size_t);
OwnPtr<DDSLoadingContext> m_context;
void dump_debug();
};
}