mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-04-04 07:15:29 -04: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;
|
struct clipboard_send *ctx = data;
|
||||||
|
|
||||||
assert(false);
|
|
||||||
|
|
||||||
switch (async_write(fd, ctx->data, ctx->len, &ctx->idx)) {
|
switch (async_write(fd, ctx->data, ctx->len, &ctx->idx)) {
|
||||||
case ASYNC_WRITE_REMAIN:
|
case ASYNC_WRITE_REMAIN:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue