mirror of
https://github.com/tmux/tmux.git
synced 2025-09-02 13:37:12 +00:00
Nuke unused variable.
This commit is contained in:
1
input.c
1
input.c
@ -956,7 +956,6 @@ input_handle_sequence_cbt(struct input_ctx *ictx)
|
|||||||
void
|
void
|
||||||
input_handle_sequence_da(struct input_ctx *ictx)
|
input_handle_sequence_da(struct input_ctx *ictx)
|
||||||
{
|
{
|
||||||
struct screen *s = ictx->ctx.s;
|
|
||||||
uint16_t n;
|
uint16_t n;
|
||||||
|
|
||||||
if (ictx->private != '\0')
|
if (ictx->private != '\0')
|
||||||
|
Reference in New Issue
Block a user