Remove some unused function declarations; no binary change.

This commit is contained in:
Nicholas Marriott
2009-06-26 22:18:03 +00:00
parent 6ce734cec0
commit 1496aa5dbc
2 changed files with 2 additions and 7 deletions

View File

@ -357,7 +357,7 @@ screen_write_deletecharacter(struct screen_write_ctx *ctx, u_int nx)
if (s->cx <= screen_size_x(s) - 1)
grid_view_delete_cells(s->grid, s->cx, s->cy, nx);
tty_write_cmd(ctx->wp, TTY_DELETECHARACTER, nx);
// tty_write_cmd(ctx->wp, TTY_DELETECHARACTER, nx);
}
/* Insert ny lines. */