mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-07 10:06:03 +00:00
LibMarkdown: Remove unused Paragraph::add_line() declaration
This commit is contained in:
parent
cd82fd24e2
commit
8fe7983cc5
Notes:
sideshowbarker
2024-07-18 21:03:48 +09:00
Author: https://github.com/linusg
Commit: 8fe7983cc5
Pull-request: https://github.com/SerenityOS/serenity/pull/5961
1 changed files with 0 additions and 2 deletions
|
@ -59,8 +59,6 @@ public:
|
|||
virtual String render_to_html() const override;
|
||||
virtual String render_for_terminal(size_t view_width = 0) const override;
|
||||
|
||||
void add_line(NonnullOwnPtr<Line>&& line);
|
||||
|
||||
private:
|
||||
NonnullOwnPtrVector<Line> m_lines;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue