mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 00:47:45 +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:
|
private:
|
||||||
virtual bool is_text_node() const final { return true; }
|
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;
|
String m_text_for_rendering;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue