diff --git a/selection.c b/selection.c index 1570e353..2c7bc0b2 100644 --- a/selection.c +++ b/selection.c @@ -376,9 +376,6 @@ static const struct zwp_primary_selection_source_v1_listener primary_selection_s void selection_finalize(struct terminal *term, uint32_t serial) { - if (!selection_enabled(term)) - return; - if (term->selection.start.row == -1 || term->selection.end.row == -1) return;