summaryrefslogtreecommitdiff
path: root/desktop/hotlist.c
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2010-12-12 20:39:46 +0000
committerMichael Drake <tlsa@netsurf-browser.org>2010-12-12 20:39:46 +0000
commiteabf7e8afdc43c6c764b3f3d9435e1ded08bce80 (patch)
treed2a8ebf7777bc8efb18847dca80c9794edb9bf53 /desktop/hotlist.c
parentcff070952887e473af085a2dfda87f046a8f3507 (diff)
downloadnetsurf-eabf7e8afdc43c6c764b3f3d9435e1ded08bce80.tar.gz
netsurf-eabf7e8afdc43c6c764b3f3d9435e1ded08bce80.tar.bz2
Remove redundant line plots, from tree_draw_node() and add comments.
svn path=/trunk/netsurf/; revision=11040
Diffstat (limited to 'desktop/hotlist.c')
-rw-r--r--desktop/hotlist.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/desktop/hotlist.c b/desktop/hotlist.c
index 09be05709..74b071d8e 100644
--- a/desktop/hotlist.c
+++ b/desktop/hotlist.c
@@ -179,8 +179,6 @@ bool hotlist_initialise(struct tree *tree, const char *hotlist_path)
}
}
-
-
return true;
}