mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-05 04:06:08 -05:00
selection: remove debug assert
This commit is contained in:
parent
bb9dad18f4
commit
8824e3823e
1 changed files with 0 additions and 1 deletions
|
|
@ -330,7 +330,6 @@ fdm_send(struct fdm *fdm, int fd, int events, void *data)
|
|||
{
|
||||
struct clipboard_send *ctx = data;
|
||||
|
||||
assert(false);
|
||||
|
||||
switch (async_write(fd, ctx->data, ctx->len, &ctx->idx)) {
|
||||
case ASYNC_WRITE_REMAIN:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue