term: xcursor_update_for_seat(): remove switch default case

Let the compiler catch missing enum values
This commit is contained in:
Daniel Eklöf 2021-11-30 22:12:56 +01:00
parent fd82fb81fa
commit bfbb4b0830
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

View file

@ -2994,7 +2994,6 @@ term_xcursor_update_for_seat(struct terminal *term, struct seat *seat)
break;
case TERM_SURF_NONE:
default:
return;
}