mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-06 17:48:37 +00:00
LibGfx: Remove declarations for non-existent methods
This commit is contained in:
parent
88bbbe12ba
commit
6d5fb9eb02
Notes:
sideshowbarker
2024-07-17 02:57:43 +09:00
Author: https://github.com/AtkinsSJ
Commit: 6d5fb9eb02
Pull-request: https://github.com/SerenityOS/serenity/pull/17203
Reviewed-by: https://github.com/linusg ✅
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