mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 16:07:46 +00:00
LibGfx: Remove static load_from_file() from abstract Font class
This commit is contained in:
parent
79dfe9846d
commit
b8c25bc7ff
6 changed files with 4 additions and 47 deletions
|
@ -103,8 +103,6 @@ private:
|
|||
|
||||
class Font : public RefCounted<Font> {
|
||||
public:
|
||||
static RefPtr<Font> load_from_file(const StringView& path);
|
||||
|
||||
virtual NonnullRefPtr<Font> clone() const = 0;
|
||||
virtual ~Font() {};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue