mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-01 01:40:13 -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;
|
break;
|
||||||
|
|
||||||
case TERM_SURF_NONE:
|
case TERM_SURF_NONE:
|
||||||
default:
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue