mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 03:07:44 +00:00
LibWeb: Remove unused declarations from Layout::TextNode
This commit is contained in:
parent
aefe1727fc
commit
dd6a0dd0f7
1 changed files with 0 additions and 2 deletions
|
@ -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;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue