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

LibWeb: Remove unused declarations from Layout::TextNode

This commit is contained in:
Andreas Kling 2022-03-26 19:06:06 +01:00
parent aefe1727fc
commit dd6a0dd0f7

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;
};