summaryrefslogtreecommitdiff
path: root/frontends/atari/hotlist.c
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2016-12-28 19:17:23 +0000
committerMichael Drake <tlsa@netsurf-browser.org>2016-12-28 19:17:23 +0000
commit49b1b0b3a51092d7612e496ae6bc8d7d8651425b (patch)
tree82922ad12f2780f9fc9b122dc9aa3037a7258386 /frontends/atari/hotlist.c
parent96e073a29777bbe927f0bc7187f7032d3f51e68b (diff)
downloadnetsurf-49b1b0b3a51092d7612e496ae6bc8d7d8651425b.tar.gz
netsurf-49b1b0b3a51092d7612e496ae6bc8d7d8651425b.tar.bz2
Atari front end doesn't need the tree compat layer.
Diffstat (limited to 'frontends/atari/hotlist.c')
-rw-r--r--frontends/atari/hotlist.c3
1 files changed, 2 insertions, 1 deletions
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: */