summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Carl <danielcarl@gmx.de>2023-06-19 22:37:02 +0200
committerRafael Marçalo <raroma09@gmail.com>2023-06-27 23:08:40 +0100
commitda7cd91eaabd6a62a5fb5a61e8516ad56c81177e (patch)
treee10d41ddef2e9e3e6ea54ba32ddb5057b9a3f874
parent8f667527e1fab369028a1574c11649aedbec5508 (diff)
Remove unused variable.
-rw-r--r--src/normal.c2
1 files changed, 1 insertions, 1 deletions
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;