aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/tmux.h b/tmux.h
index 6902483c..20a1cbb9 100644
--- a/tmux.h
+++ b/tmux.h
@@ -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 *);