summaryrefslogtreecommitdiff
path: root/desktop/tree.c
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2011-06-04 21:33:33 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2011-06-04 21:33:33 +0000
commit861137d3b22a9fb372b76ba25cde9ada0cd122b6 (patch)
tree08ce8b6905903b1d0208f3104e0eb4de0bc74704 /desktop/tree.c
parent89937f8b7191f0c00f79b22bd710923440aefefe (diff)
downloadnetsurf-861137d3b22a9fb372b76ba25cde9ada0cd122b6.tar.gz
netsurf-861137d3b22a9fb372b76ba25cde9ada0cd122b6.tar.bz2
Disable extra logging. Here treeview init is down to ~5 seconds from ~20.
Still more room for improvement, as adding nodes appears to recalculate the widths of all the parent nodes even though (the text and icon of) those haven't changed. svn path=/trunk/netsurf/; revision=12463
Diffstat (limited to 'desktop/tree.c')
-rw-r--r--desktop/tree.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/tree.c b/desktop/tree.c
index 695899fa4..ee911ea67 100644
--- a/desktop/tree.c
+++ b/desktop/tree.c
@@ -42,7 +42,7 @@
#include "utils/utils.h"
#include "utils/url.h"
-#define TREE_NOISY_DEBUG 1
+#undef TREE_NOISY_DEBUG
#define MAXIMUM_URL_LENGTH 1024