From bfbb4b08308f6deb872a19c19e8481a907347be4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ekl=C3=B6f?= Date: Tue, 30 Nov 2021 22:12:56 +0100 Subject: [PATCH] term: xcursor_update_for_seat(): remove switch default case Let the compiler catch missing enum values --- terminal.c | 1 - 1 file changed, 1 deletion(-) diff --git a/terminal.c b/terminal.c index 10211ca6..09c3ec73 100644 --- a/terminal.c +++ b/terminal.c @@ -2994,7 +2994,6 @@ term_xcursor_update_for_seat(struct terminal *term, struct seat *seat) break; case TERM_SURF_NONE: - default: return; }