1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-06-01 08:38:10 +00:00

LibWeb: Remove CascadeOrigin::Any enum value

Looks like I removed all uses of this value, but not the value itself!
Thanks to Idan for pointing that out. :^)
This commit is contained in:
Andreas Kling 2022-02-11 15:21:56 +01:00
parent c797eaa9f8
commit 1667a80ade

View file

@ -56,7 +56,6 @@ public:
// https://www.w3.org/TR/css-cascade/#origin
enum class CascadeOrigin {
Any, // FIXME: This is not part of the spec. Get rid of it.
Author,
User,
UserAgent,