diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2009-06-26 22:18:03 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2009-06-26 22:18:03 +0000 |
commit | 1496aa5dbca55bbbe3c21d575e4c160441a124a4 (patch) | |
tree | 5989533ecaeab8fe01f1e4eea22741244b7eb111 /screen-write.c | |
parent | 6ce734cec0646bdff5af28dd71d1a0620d9ab9f8 (diff) | |
download | rtmux-1496aa5dbca55bbbe3c21d575e4c160441a124a4.tar.gz rtmux-1496aa5dbca55bbbe3c21d575e4c160441a124a4.tar.bz2 rtmux-1496aa5dbca55bbbe3c21d575e4c160441a124a4.zip |
Remove some unused function declarations; no binary change.
Diffstat (limited to 'screen-write.c')
-rw-r--r-- | screen-write.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/screen-write.c b/screen-write.c index 73e3fb2d..5b0eb1e9 100644 --- a/screen-write.c +++ b/screen-write.c @@ -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. */ |