mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 12:27:35 +00:00
LibLocale: Remove now-unused [LanguageID,LocaleID]::to_deprecated_string
This commit is contained in:
parent
bb4b6d8ce3
commit
d901a9989d
2 changed files with 0 additions and 12 deletions
|
@ -948,11 +948,6 @@ ErrorOr<String> LanguageID::to_string() const
|
|||
return builder.to_string();
|
||||
}
|
||||
|
||||
DeprecatedString LanguageID::to_deprecated_string() const
|
||||
{
|
||||
return MUST(to_string()).to_deprecated_string();
|
||||
}
|
||||
|
||||
ErrorOr<String> LocaleID::to_string() const
|
||||
{
|
||||
StringBuilder builder;
|
||||
|
@ -1006,9 +1001,4 @@ ErrorOr<String> LocaleID::to_string() const
|
|||
return builder.to_string();
|
||||
}
|
||||
|
||||
DeprecatedString LocaleID::to_deprecated_string() const
|
||||
{
|
||||
return MUST(to_string()).to_deprecated_string();
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue