mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 14:57:35 +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:
parent
c797eaa9f8
commit
1667a80ade
1 changed files with 0 additions and 1 deletions
|
@ -56,7 +56,6 @@ public:
|
||||||
|
|
||||||
// https://www.w3.org/TR/css-cascade/#origin
|
// https://www.w3.org/TR/css-cascade/#origin
|
||||||
enum class CascadeOrigin {
|
enum class CascadeOrigin {
|
||||||
Any, // FIXME: This is not part of the spec. Get rid of it.
|
|
||||||
Author,
|
Author,
|
||||||
User,
|
User,
|
||||||
UserAgent,
|
UserAgent,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue