core: layout: remove unreachable statement
This statement is the source of a warning because the statement above it is already a catch-all. Remove it.
This commit is contained in:
parent
cec38887b1
commit
ad9096e6b7
1 changed files with 0 additions and 2 deletions
|
|
@ -334,8 +334,6 @@ impl Part {
|
||||||
KeyValue(Keysym::Delete, _) => false,
|
KeyValue(Keysym::Delete, _) => false,
|
||||||
|
|
||||||
KeyValue(_, l) => l != "",
|
KeyValue(_, l) => l != "",
|
||||||
|
|
||||||
_ => true,
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue