mirror of
https://github.com/slint-ui/slint.git
synced 2025-10-01 22:31:14 +00:00
Remove unused Type::EnumerationValue
Values are not their own types
This commit is contained in:
parent
9bf686db29
commit
e5302e0b7b
3 changed files with 0 additions and 11 deletions
|
@ -214,7 +214,6 @@ fn to_eval_value<'cx>(
|
|||
))
|
||||
}
|
||||
Type::Enumeration(_) => todo!(),
|
||||
Type::EnumerationValue(_) => todo!(),
|
||||
Type::Invalid
|
||||
| Type::Void
|
||||
| Type::Builtin(_)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue