termptyext: remove useless assignment

This commit is contained in:
Boris Faure 2020-04-17 00:02:57 +02:00
parent a848b0262f
commit f56f6cd07e
Signed by: borisfaure
GPG Key ID: 35C0410516166BE8
1 changed files with 2 additions and 2 deletions

View File

@ -215,7 +215,7 @@ _handle_mouse_wheel(Termpty *ty,
buf += _tytest_arg_get(buf, &value);
ev.z *= value;
/* MODIFIERS */
buf += _tytest_modifiers_get(buf, &modifiers);
_tytest_modifiers_get(buf, &modifiers);
termio_internal_mouse_wheel(sd, &ev, modifiers);
}
@ -360,7 +360,7 @@ _handle_corner(Termpty *ty, const Eina_Unicode *buf)
/* V */
value = 0;
buf += _tytest_arg_get(buf, &value);
_tytest_arg_get(buf, &value);
if (corner == 0)
{