mirror of
https://github.com/tmux/tmux.git
synced 2025-09-03 14:27:09 +00:00
Missed an unused variable :-/.
This commit is contained in:
@ -486,7 +486,6 @@ window_copy_search_compare(
|
|||||||
{
|
{
|
||||||
const struct grid_cell *gc, *sgc;
|
const struct grid_cell *gc, *sgc;
|
||||||
const struct grid_utf8 *gu, *sgu;
|
const struct grid_utf8 *gu, *sgu;
|
||||||
size_t size;
|
|
||||||
|
|
||||||
gc = grid_peek_cell(gd, px, py);
|
gc = grid_peek_cell(gd, px, py);
|
||||||
sgc = grid_peek_cell(sgd, spx, 0);
|
sgc = grid_peek_cell(sgd, spx, 0);
|
||||||
|
Reference in New Issue
Block a user