From bda01b31353e60fe4ad40d765de8ea1c396509bc Mon Sep 17 00:00:00 2001 From: James Bursa Date: Sat, 13 Jan 2007 00:21:15 +0000 Subject: Fix parsing error when an empty HTML data is returned. Add HTTP status and other information to status bar. svn path=/trunk/netsurf/; revision=3140 --- desktop/browser.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'desktop/browser.h') diff --git a/desktop/browser.h b/desktop/browser.h index c7bbaf8e3..8f0e74e89 100644 --- a/desktop/browser.h +++ b/desktop/browser.h @@ -74,8 +74,6 @@ struct browser_window { bool throbbing; /** Add loading_content to the window history when it loads. */ bool history_add; - /** Start time of fetching loading_content. */ - clock_t time0; /** Fragment identifier for current_content. */ char *frag_id; -- cgit v1.2.3