mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-06 09:36:08 +00:00
LibWeb: Remove Layout::Node::set_inline()
Now that this flag is no longer used, we can stop setting it.
This commit is contained in:
parent
8a3ca6416d
commit
a0e6882d99
Notes:
sideshowbarker
2024-07-17 06:19:06 +09:00
Author: https://github.com/awesomekling
Commit: a0e6882d99
12 changed files with 7 additions and 34 deletions
|
@ -68,9 +68,6 @@ public:
|
|||
|
||||
virtual bool can_have_children() const { return true; }
|
||||
|
||||
// FIXME: Remove this.
|
||||
void set_inline(bool);
|
||||
|
||||
bool is_inline() const;
|
||||
bool is_inline_block() const;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue