Delete comment that seems incorrect.

svn path=/trunk/netsurf/; revision=13307
This commit is contained in:
Michael Drake 2011-12-20 14:51:47 +00:00
parent 8fc3baa48d
commit 9a44d4b535

View File

@ -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 */