selection: extend: don’t copy to primary - it is done when RMB is released

This commit is contained in:
Daniel Eklöf 2021-01-06 11:13:52 +01:00
parent b09197ea07
commit 3a34eda8cc
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

View file

@ -968,8 +968,6 @@ selection_extend(struct seat *seat, struct terminal *term,
selection_extend_block(term, col, row, serial);
break;
}
selection_to_primary(seat, term, serial);
}
//static const struct zwp_primary_selection_source_v1_listener primary_selection_source_listener;