diff options
author | Tiago Cunha <tcunha@gmx.com> | 2009-11-04 22:39:20 +0000 |
---|---|---|
committer | Tiago Cunha <tcunha@gmx.com> | 2009-11-04 22:39:20 +0000 |
commit | a090b78e8d5bf43a92d52e8e24b6566ff542c88e (patch) | |
tree | 48904b156ca8f9d976aa993f4cb6219c06c1d0ec /tmux.h | |
parent | 0a4d830ee1ffadaf553d56c8532cf02cec61145c (diff) | |
download | rtmux-a090b78e8d5bf43a92d52e8e24b6566ff542c88e.tar.gz rtmux-a090b78e8d5bf43a92d52e8e24b6566ff542c88e.tar.bz2 rtmux-a090b78e8d5bf43a92d52e8e24b6566ff542c88e.zip |
Sync OpenBSD patchset 482:
tv member of struct paste_buffer is updated but not otherwise used, so remove
it.
Diffstat (limited to 'tmux.h')
-rw-r--r-- | tmux.h | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -1,4 +1,4 @@ -/* $Id: tmux.h,v 1.492 2009-11-04 22:37:18 tcunha Exp $ */ +/* $Id: tmux.h,v 1.493 2009-11-04 22:39:20 tcunha Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net> @@ -891,7 +891,6 @@ struct layout_cell { struct paste_buffer { char *data; size_t size; - struct timeval tv; }; ARRAY_DECL(paste_stack, struct paste_buffer *); |