LibWeb/CSS: Remove now-empty PercentageOr.cpp

All the code here was removed in commit
c282138fd0
This commit is contained in:
Sam Atkins 2025-01-22 15:04:39 +00:00 committed by Jelle Raaijmakers
commit 8d3e1b07cd
Notes: github-actions[bot] 2025-01-24 12:57:13 +00:00
3 changed files with 0 additions and 13 deletions

View file

@ -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 {
}