tv member of struct paste_buffer is updated but not otherwise used, so remove

it.
This commit is contained in:
Nicholas Marriott
2009-11-03 17:17:24 +00:00
parent 01943062b4
commit c95f1d1ff9
2 changed files with 0 additions and 5 deletions

1
tmux.h
View File

@ -893,7 +893,6 @@ struct layout_cell {
struct paste_buffer {
char *data;
size_t size;
struct timeval tv;
};
ARRAY_DECL(paste_stack, struct paste_buffer *);