mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-20 19:45:12 +00:00
LibWeb/CSS: Remove now-empty PercentageOr.cpp
All the code here was removed in commit
c282138fd0
This commit is contained in:
parent
d7ea949d2f
commit
8d3e1b07cd
Notes:
github-actions[bot]
2025-01-24 12:57:13 +00:00
Author: https://github.com/AtkinsSJ Commit: https://github.com/LadybirdBrowser/ladybird/commit/8d3e1b07cde Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/3348 Reviewed-by: https://github.com/gmta ✅
3 changed files with 0 additions and 13 deletions
|
@ -101,7 +101,6 @@ set(SOURCES
|
|||
CSS/Parser/Tokenizer.cpp
|
||||
CSS/Parser/Types.cpp
|
||||
CSS/ParsedFontFace.cpp
|
||||
CSS/PercentageOr.cpp
|
||||
CSS/PreferredColorScheme.cpp
|
||||
CSS/PreferredContrast.cpp
|
||||
CSS/PreferredMotion.cpp
|
||||
|
|
|
@ -1,11 +0,0 @@
|
|||
/*
|
||||
* Copyright (c) 2022-2023, Sam Atkins <atkinssj@serenityos.org>
|
||||
*
|
||||
* SPDX-License-Identifier: BSD-2-Clause
|
||||
*/
|
||||
|
||||
#include "PercentageOr.h"
|
||||
|
||||
namespace Web::CSS {
|
||||
|
||||
}
|
|
@ -51,7 +51,6 @@ source_set("CSS") {
|
|||
"MediaQueryList.cpp",
|
||||
"MediaQueryListEvent.cpp",
|
||||
"ParsedFontFace.cpp",
|
||||
"PercentageOr.cpp",
|
||||
"PreferredColorScheme.cpp",
|
||||
"PreferredContrast.cpp",
|
||||
"PreferredMotion.cpp",
|
||||
|
|
Loading…
Add table
Reference in a new issue