1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 00:37:45 +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

@ -62,8 +62,6 @@ private:
FontDatabase();
~FontDatabase() = default;
void load_fonts();
RefPtr<Typeface> get_or_create_typeface(DeprecatedString const& family, DeprecatedString const& variant);
struct Private;