aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@openbsd.org>2009-11-18 17:03:16 +0000
committerNicholas Marriott <nicm@openbsd.org>2009-11-18 17:03:16 +0000
commit8d4eae56626a40b24ce3964e2e2560b23082bde4 (patch)
treeb43acdb0f29426f633dbdb3f43034c70ccf85d0c
parenta78cc98c8bd79cecbb8574a9dff4c9867a8308d9 (diff)
downloadrtmux-8d4eae56626a40b24ce3964e2e2560b23082bde4.tar.gz
rtmux-8d4eae56626a40b24ce3964e2e2560b23082bde4.tar.bz2
rtmux-8d4eae56626a40b24ce3964e2e2560b23082bde4.zip
Missed an unused variable :-/.
-rw-r--r--window-copy.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/window-copy.c b/window-copy.c
index 25f73634..dba57256 100644
--- a/window-copy.c
+++ b/window-copy.c
@@ -486,7 +486,6 @@ window_copy_search_compare(
{
const struct grid_cell *gc, *sgc;
const struct grid_utf8 *gu, *sgu;
- size_t size;
gc = grid_peek_cell(gd, px, py);
sgc = grid_peek_cell(sgd, spx, 0);