aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2009-08-19 09:04:48 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2009-08-19 09:04:48 +0000
commit11f0f812c5526126706dd1f11ed072faf0c4a9b2 (patch)
treef88fc7cf41c3e625b4611152a68709cbfb5b7a97 /tmux.h
parent620402a833a4e42590a26390d2b7a39fd39e3ea9 (diff)
downloadrtmux-11f0f812c5526126706dd1f11ed072faf0c4a9b2.tar.gz
rtmux-11f0f812c5526126706dd1f11ed072faf0c4a9b2.tar.bz2
rtmux-11f0f812c5526126706dd1f11ed072faf0c4a9b2.zip
Didn't mean to commit this stuff.
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 db789cc9..80d7dfb6 100644
--- a/tmux.h
+++ b/tmux.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: tmux.h,v 1.86 2009/08/18 21:41:13 nicm Exp $ */
+/* $Id: tmux.h,v 1.420 2009-08-19 09:04:48 nicm Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -610,7 +610,6 @@ struct input_ctx {
u_char *buf;
size_t len;
size_t off;
- size_t was;
struct grid_cell cell;