aboutsummaryrefslogtreecommitdiff
path: root/src/html.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/html.cc')
-rw-r--r--src/html.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/html.cc b/src/html.cc
index 1bdbd8fb..985666af 100644
--- a/src/html.cc
+++ b/src/html.cc
@@ -688,12 +688,10 @@ bool DilloHtml::HtmlLinkReceiver::enter (Widget *widget, int link, int img,
if (link == -1) {
_MSG(" Link LEAVE notify...\n");
a_UIcmd_set_msg(bw, "");
- a_UIcmd_set_pointer_on_link(bw, FALSE);
} else {
_MSG(" Link ENTER notify...\n");
Html_set_link_coordinates(html, link, x, y);
a_UIcmd_set_msg(bw, "%s", URL_STR(html->links->get(link)));
- a_UIcmd_set_pointer_on_link(bw, TRUE);
}
return true;
}