summaryrefslogtreecommitdiff
path: root/desktop/tree.c
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/tree.c')
-rw-r--r--desktop/tree.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/desktop/tree.c b/desktop/tree.c
index fc194b830..ddffef698 100644
--- a/desktop/tree.c
+++ b/desktop/tree.c
@@ -159,11 +159,6 @@ struct tree {
callbacks */
};
-struct rect {
- int x0; int y0; /* Top left coordinate */
- int x1; int y1; /* Bottom right coordinate */
-};
-
void tree_set_icon_dir(char *icon_dir)
{
LOG(("Tree icon directory set to %s", icon_dir));