mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-05 04:06:08 -05:00
term: xcursor_update_for_seat(): remove switch default case
Let the compiler catch missing enum values
This commit is contained in:
parent
fd82fb81fa
commit
bfbb4b0830
1 changed files with 0 additions and 1 deletions
|
|
@ -2994,7 +2994,6 @@ term_xcursor_update_for_seat(struct terminal *term, struct seat *seat)
|
|||
break;
|
||||
|
||||
case TERM_SURF_NONE:
|
||||
default:
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue