mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-19 07:22:21 +00:00
LibWeb: Remove unused HTMLToken::Position::byte_offset
This commit is contained in:
parent
669b1131ad
commit
5085b0dd66
Notes:
github-actions[bot]
2025-04-20 16:44:36 +00:00
Author: https://github.com/awesomekling
Commit: 5085b0dd66
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/4408
2 changed files with 0 additions and 2 deletions
|
@ -36,7 +36,6 @@ public:
|
|||
struct Position {
|
||||
size_t line { 0 };
|
||||
size_t column { 0 };
|
||||
size_t byte_offset { 0 };
|
||||
};
|
||||
|
||||
struct Attribute {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue