mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 16:45:03 +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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user