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:
Richard Acayan 2024-08-12 19:19:18 -04:00
parent cec38887b1
commit ad9096e6b7

View file

@ -334,8 +334,6 @@ impl Part {
KeyValue(Keysym::Delete, _) => false,
KeyValue(_, l) => l != "",
_ => true,
}
}