mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-05 07:41:01 +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
|
@ -371,16 +371,6 @@ ByteString ByteString::to_snakecase() const
|
|||
return StringUtils::to_snakecase(*this);
|
||||
}
|
||||
|
||||
ByteString ByteString::to_titlecase() const
|
||||
{
|
||||
return StringUtils::to_titlecase(*this);
|
||||
}
|
||||
|
||||
ByteString ByteString::invert_case() const
|
||||
{
|
||||
return StringUtils::invert_case(*this);
|
||||
}
|
||||
|
||||
bool ByteString::operator==(char const* cstring) const
|
||||
{
|
||||
if (!cstring)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue