From da7cd91eaabd6a62a5fb5a61e8516ad56c81177e Mon Sep 17 00:00:00 2001 From: Daniel Carl Date: Mon, 19 Jun 2023 22:37:02 +0200 Subject: Remove unused variable. --- src/normal.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/normal.c b/src/normal.c index 0f03083..a5dc3d8 100644 --- a/src/normal.c +++ b/src/normal.c @@ -566,7 +566,7 @@ static VbResult normal_mark(Client *c, const NormalCmdInfo *info) { guint64 current_pos; char *current_uri; - char *js, *mark; + char *mark; Arg *arg; int idx; -- cgit v1.2.3