LibWeb/HTML: Remove unused SyntaxHighlighter fields
This commit is contained in:
parent
f341af1d72
commit
2b961f145c
Notes:
github-actions[bot]
2024-09-30 07:55:03 +00:00
Author: https://github.com/AtkinsSJ Commit: https://github.com/LadybirdBrowser/ladybird/commit/2b961f145c5 Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/1513
1 changed files with 0 additions and 3 deletions
|
@ -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…
Add table
Reference in a new issue