mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-11 18:50:50 +00:00
AK: Remove unused ByteString titlecase/invert case conversions
This commit is contained in:
parent
c8bb3030fd
commit
05627b6f45
Notes:
github-actions[bot]
2025-04-07 15:45:57 +00:00
Author: https://github.com/trflynn89
Commit: 05627b6f45
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/4253
4 changed files with 0 additions and 27 deletions
|
@ -136,8 +136,6 @@ public:
|
|||
[[nodiscard]] ByteString to_lowercase() const;
|
||||
[[nodiscard]] ByteString to_uppercase() const;
|
||||
[[nodiscard]] ByteString to_snakecase() const;
|
||||
[[nodiscard]] ByteString to_titlecase() const;
|
||||
[[nodiscard]] ByteString invert_case() const;
|
||||
|
||||
[[nodiscard]] bool is_whitespace() const { return StringUtils::is_whitespace(*this); }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue