mirror of
https://github.com/zebrajr/ladybird.git
synced 2025-12-06 00:19:53 +01:00
LibWeb/HTML: Remove unused SyntaxHighlighter fields
This commit is contained in:
parent
f341af1d72
commit
2b961f145c
|
|
@ -26,9 +26,6 @@ public:
|
|||
protected:
|
||||
virtual Vector<MatchingTokenPair> matching_token_pairs_impl() const override;
|
||||
virtual bool token_types_equal(u64, u64) const override;
|
||||
|
||||
size_t m_line { 1 };
|
||||
size_t m_column { 0 };
|
||||
};
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user