mirror of
https://github.com/netsurf-browser/netsurf
synced 2025-01-11 13:29:21 +03:00
Delete comment that seems incorrect.
svn path=/trunk/netsurf/; revision=13307
This commit is contained in:
parent
8fc3baa48d
commit
9a44d4b535
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user