summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2009-07-14 16:53:39 +0000
committerMichael Drake <tlsa@netsurf-browser.org>2009-07-14 16:53:39 +0000
commit1299c213eae57c094a0e7326cae0bead4ed61ab5 (patch)
treeffc645b0fa3b23796d218c8fe67e39c7834a1595
parent3bfba0f584dc0cd6fa09f703d5ac4e0cf2db0c89 (diff)
downloadnetsurf-1299c213eae57c094a0e7326cae0bead4ed61ab5.tar.gz
netsurf-1299c213eae57c094a0e7326cae0bead4ed61ab5.tar.bz2
Revert accidental commit.
svn path=/trunk/netsurf/; revision=8529
-rw-r--r--desktop/browser.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/desktop/browser.c b/desktop/browser.c
index 90946af41..9185eff51 100644
--- a/desktop/browser.c
+++ b/desktop/browser.c
@@ -2451,9 +2451,6 @@ gui_pointer_shape get_pointer_shape(struct browser_window *bw, struct box *box,
bool loading = (bw->loading_content != NULL || (bw->current_content &&
bw->current_content->status == CONTENT_STATUS_READY));
- if (wallclock() - bw->last_action < 100) {
- LOG(("\n\n\t\tTEST: %i\n\t\tloading_content: %p\n\t\tcurrent_content: %p\n\t\tloading: %i\n\n", wallclock() - bw->last_action, bw->loading_content, bw->current_content, loading));
- }
if (wallclock() - bw->last_action < 100 && loading)
/* If less than 1 second since last link followed, show
* progress indicating pointer and we're loading something */