From cb9781e057c4da81f014de9a5a560dd80e5543d1 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Thu, 16 Aug 2012 21:35:42 +0100 Subject: Move bw time recording to bw layer. --- render/html_interaction.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'render') 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); -- cgit v1.2.3