mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-11 03:56:16 +00:00
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:
parent
31d7fa2442
commit
be08abbf8a
Notes:
sideshowbarker
2024-07-17 05:13:53 +09:00
Author: https://github.com/jamierocks
Commit: be08abbf8a
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/242
Reviewed-by: https://github.com/AtkinsSJ ✅
2 changed files with 0 additions and 56 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue