summaryrefslogtreecommitdiff
path: root/render
diff options
context:
space:
mode:
Diffstat (limited to 'render')
-rw-r--r--render/html_interaction.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/render/html_interaction.c b/render/html_interaction.c
index e013b54a8..6be3e5e0d 100644
--- a/render/html_interaction.c
+++ b/render/html_interaction.c
@@ -696,10 +696,6 @@ void html_mouse_action(struct content *c, struct browser_window *bw,
}
}
-
- if (action == ACTION_SUBMIT || action == ACTION_GO)
- bw->last_action = wallclock();
-
if (status != NULL) {
msg_data.explicit_status_text = status;
content_broadcast(c, CONTENT_MSG_STATUS, msg_data);