summaryrefslogtreecommitdiff
path: root/desktop/tree.c
diff options
context:
space:
mode:
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 */