summaryrefslogtreecommitdiff
path: root/frontends
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
parent96e073a29777bbe927f0bc7187f7032d3f51e68b (diff)
downloadnetsurf-49b1b0b3a51092d7612e496ae6bc8d7d8651425b.tar.gz
netsurf-49b1b0b3a51092d7612e496ae6bc8d7d8651425b.tar.bz2
Atari front end doesn't need the tree compat layer.
Diffstat (limited to 'frontends')
-rw-r--r--frontends/atari/hotlist.c3
-rw-r--r--frontends/atari/hotlist.h1
-rw-r--r--frontends/atari/misc.c1
-rw-r--r--frontends/atari/toolbar.c1
4 files changed, 2 insertions, 4 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: */
diff --git a/frontends/atari/hotlist.h b/frontends/atari/hotlist.h
index 159878233..f35fa15f2 100644
--- a/frontends/atari/hotlist.h
+++ b/frontends/atari/hotlist.h
@@ -21,7 +21,6 @@
#include <stdbool.h>
-#include "desktop/tree.h"
#include "atari/gemtk/gemtk.h"
#include "atari/treeview.h"
diff --git a/frontends/atari/misc.c b/frontends/atari/misc.c
index 81c0b9521..4866f05b1 100644
--- a/frontends/atari/misc.c
+++ b/frontends/atari/misc.c
@@ -36,7 +36,6 @@
#include "content/content.h"
#include "content/hlcache.h"
#include "desktop/cookie_manager.h"
-#include "desktop/tree.h"
#include "atari/gui.h"
#include "atari/toolbar.h"
diff --git a/frontends/atari/toolbar.c b/frontends/atari/toolbar.c
index 84f0b3f98..66bd44b98 100644
--- a/frontends/atari/toolbar.c
+++ b/frontends/atari/toolbar.c
@@ -37,7 +37,6 @@
#include "netsurf/keypress.h"
#include "desktop/plot_style.h"
#include "desktop/browser_history.h"
-#include "desktop/tree.h"
#include "desktop/hotlist.h"
#include "desktop/textarea.h"