LibWeb: Remove is_media_feature_name function

This was made redundant in GH-12971 (SerenityOS), and removing it drops
a FIXME :^)

See:
- https://github.com/SerenityOS/serenity/pull/12971
This commit is contained in:
Jamie Mansfield 2024-06-22 10:47:11 +01:00 committed by Andreas Kling
commit be08abbf8a
Notes: sideshowbarker 2024-07-17 05:13:53 +09:00
2 changed files with 0 additions and 56 deletions

View file

@ -256,8 +256,6 @@ private:
String serialize_a_media_query_list(Vector<NonnullRefPtr<MediaQuery>> const&);
bool is_media_feature_name(StringView name);
MediaQuery::MediaType media_type_from_string(StringView);
StringView to_string(MediaQuery::MediaType);