summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/hints.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/hints.c b/src/hints.c
index 41917ca..b886e57 100644
--- a/src/hints.c
+++ b/src/hints.c
@@ -328,8 +328,6 @@ static gboolean hint_function_check_result(Client *c, GVariant *return_value)
} else {
vb_statusbar_show_hover_url(c, LINK_TYPE_LINK, value + 7);
}
- } else {
- goto error;
}
} else if (!strncmp(value, "DONE:", 5)) {
fire_timeout(c, FALSE);