1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 05:27:46 +00:00

LibTextCodec: Remove unused is_standardized_encoding()

This commit is contained in:
Andreas Kling 2021-08-20 12:41:32 +02:00
parent 13f4890c38
commit ed7a2f21ff
2 changed files with 0 additions and 7 deletions

View file

@ -60,6 +60,5 @@ public:
Decoder* decoder_for(const String& encoding);
Optional<String> get_standardized_encoding(const String& encoding);
bool is_standardized_encoding(const String& encoding);
}