LibWeb: Remove unused declarations from Layout::TextNode

This commit is contained in:
Andreas Kling 2022-03-26 19:06:06 +01:00
commit dd6a0dd0f7
Notes: sideshowbarker 2024-07-17 16:42:47 +09:00

View file

@ -54,8 +54,6 @@ public:
private:
virtual bool is_text_node() const final { return true; }
void paint_cursor_if_needed(PaintContext&, const LineBoxFragment&) const;
void paint_text_decoration(Gfx::Painter&, LineBoxFragment const&) const;
String m_text_for_rendering;
};