LibWeb: Remove unused CRC2D::bitmap_font_fill_text()

This commit is contained in:
Andreas Kling 2024-06-04 17:18:54 +02:00
commit 4822d1da4e
Notes: sideshowbarker 2024-07-17 05:18:58 +09:00
2 changed files with 0 additions and 44 deletions

View file

@ -142,7 +142,6 @@ private:
Gfx::Path rect_path(float x, float y, float width, float height);
Gfx::Path text_path(StringView text, float x, float y, Optional<double> max_width);
void bitmap_font_fill_text(StringView text, float x, float y, Optional<double> max_width);
void stroke_internal(Gfx::Path const&);
void fill_internal(Gfx::Path const&, Gfx::Painter::WindingRule);