mirror of
https://github.com/zebrajr/ladybird.git
synced 2025-12-06 00:19:53 +01: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
|
|
@ -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…
Reference in New Issue
Block a user