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:
parent
88bbbe12ba
commit
6d5fb9eb02
3 changed files with 1 additions and 4 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue