From 49b1b0b3a51092d7612e496ae6bc8d7d8651425b Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Wed, 28 Dec 2016 19:17:23 +0000 Subject: Atari front end doesn't need the tree compat layer. --- frontends/atari/hotlist.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'frontends/atari/hotlist.c') diff --git a/frontends/atari/hotlist.c b/frontends/atari/hotlist.c index d55223054..655b623fe 100644 --- a/frontends/atari/hotlist.c +++ b/frontends/atari/hotlist.c @@ -31,7 +31,6 @@ #include "netsurf/keypress.h" #include "content/content.h" #include "desktop/hotlist.h" -#include "desktop/tree.h" #include "atari/gui.h" #include "atari/misc.h" @@ -43,6 +42,8 @@ extern GRECT desk_area; +const char *tree_hotlist_path; + struct atari_hotlist hl; /* Setup Atari Treeview Callbacks: */ -- cgit v1.2.3