mirror of
https://github.com/tmate-io/tmate.git
synced 2025-06-20 17:47:51 +02:00
Unused variable.
This commit is contained in:
parent
61a41dc80e
commit
f0bc951c79
@ -1,4 +1,4 @@
|
|||||||
/* $Id: screen-redraw.c,v 1.8 2008-06-16 17:35:40 nicm Exp $ */
|
/* $Id: screen-redraw.c,v 1.9 2008-06-18 16:35:06 nicm Exp $ */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
|
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
|
||||||
@ -129,7 +129,6 @@ screen_redraw_set_attributes(
|
|||||||
void printflike2
|
void printflike2
|
||||||
screen_redraw_write_string(struct screen_redraw_ctx *ctx, const char *fmt, ...)
|
screen_redraw_write_string(struct screen_redraw_ctx *ctx, const char *fmt, ...)
|
||||||
{
|
{
|
||||||
struct screen *s = ctx->s;
|
|
||||||
va_list ap;
|
va_list ap;
|
||||||
char *msg, *ptr;
|
char *msg, *ptr;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user