diff --git a/Userland/Libraries/LibWeb/Layout/TextNode.h b/Userland/Libraries/LibWeb/Layout/TextNode.h index 5a1e735277..532867ba50 100644 --- a/Userland/Libraries/LibWeb/Layout/TextNode.h +++ b/Userland/Libraries/LibWeb/Layout/TextNode.h @@ -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; };