summaryrefslogtreecommitdiff
path: root/desktop/tree.c
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2011-12-20 14:51:47 +0000
committerMichael Drake <tlsa@netsurf-browser.org>2011-12-20 14:51:47 +0000
commit9a44d4b535328eca26157361dea0df5e42f04b40 (patch)
treef3e71dedfc8e0d54b6dbea6946ca9fd20798a7e9 /desktop/tree.c
parent8fc3baa48d164f8f4fa5b94bf498fdb30eac3daa (diff)
downloadnetsurf-9a44d4b535328eca26157361dea0df5e42f04b40.tar.gz
netsurf-9a44d4b535328eca26157361dea0df5e42f04b40.tar.bz2
Delete comment that seems incorrect.
svn path=/trunk/netsurf/; revision=13307
Diffstat (limited to 'desktop/tree.c')
-rw-r--r--desktop/tree.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/desktop/tree.c b/desktop/tree.c
index 0432fe051..76dfe5f5f 100644
--- a/desktop/tree.c
+++ b/desktop/tree.c
@@ -155,9 +155,6 @@ struct node {
};
struct tree {
- /* These coordinates are only added to the coordinates passed to the
- plotters. This means they are invisible to the tree, what has to be
- taken into account i.e in keyboard/mouse event passing */
struct node *root; /* Tree root element */
int width; /* Tree width */
int height; /* Tree height */