mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 16:07:46 +00:00
LibWeb: Remove unnecessary DOM::Position destructor
This commit is contained in:
parent
3a7e26ef28
commit
ef371596a4
2 changed files with 0 additions and 6 deletions
|
@ -18,8 +18,6 @@ public:
|
|||
Position() { }
|
||||
Position(Node&, unsigned offset);
|
||||
|
||||
~Position();
|
||||
|
||||
bool is_valid() const { return m_node; }
|
||||
|
||||
Node* node() { return m_node; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue