From 9a44d4b535328eca26157361dea0df5e42f04b40 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Tue, 20 Dec 2011 14:51:47 +0000 Subject: Delete comment that seems incorrect. svn path=/trunk/netsurf/; revision=13307 --- desktop/tree.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'desktop') 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 */ -- cgit v1.2.3