aboutsummaryrefslogtreecommitdiff
path: root/input.c
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2020-04-23 17:56:45 +0100
committerNicholas Marriott <nicholas.marriott@gmail.com>2020-04-23 17:56:45 +0100
commit0d3fdae7b623bd992b1fd2058e59920b2efd47da (patch)
tree514c4bd5bf24ab6617cc11157f817cd245f0fd30 /input.c
parentf87be8d0521436c47151233f781794dee94fc1df (diff)
downloadrtmux-0d3fdae7b623bd992b1fd2058e59920b2efd47da.tar.gz
rtmux-0d3fdae7b623bd992b1fd2058e59920b2efd47da.tar.bz2
rtmux-0d3fdae7b623bd992b1fd2058e59920b2efd47da.zip
Build list of paths and weed out duplicates before loading configs.
Diffstat (limited to 'input.c')
-rw-r--r--input.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/input.c b/input.c
index b9acfbef..1b1be485 100644
--- a/input.c
+++ b/input.c
@@ -1326,7 +1326,6 @@ input_csi_dispatch(struct input_ctx *ictx)
struct input_table_entry *entry;
int i, n, m;
u_int cx, bg = ictx->cell.cell.bg;
- char *copy, *cp;
if (ictx->flags & INPUT_DISCARD)
return (0);