aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorTiago Cunha <tcunha@gmx.com>2009-11-04 22:39:20 +0000
committerTiago Cunha <tcunha@gmx.com>2009-11-04 22:39:20 +0000
commita090b78e8d5bf43a92d52e8e24b6566ff542c88e (patch)
tree48904b156ca8f9d976aa993f4cb6219c06c1d0ec /tmux.h
parent0a4d830ee1ffadaf553d56c8532cf02cec61145c (diff)
downloadrtmux-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.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/tmux.h b/tmux.h
index 04ecf58c..52fd2a65 100644
--- a/tmux.h
+++ b/tmux.h
@@ -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 *);