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

LibGfx: Remove unused Font::point_size()

This commit is contained in:
Andreas Kling 2023-01-05 17:22:55 +01:00
parent 2a61d66b0a
commit cddcf531b1
3 changed files with 0 additions and 3 deletions

View file

@ -142,7 +142,6 @@ public:
virtual u8 presentation_size() const = 0;
virtual float pixel_size() const = 0;
virtual float point_size() const = 0;
virtual u8 slope() const = 0;
virtual u16 weight() const = 0;