mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-11-22 14:31:20 +03:00
Atari front end doesn't need the tree compat layer.
This commit is contained in:
parent
96e073a297
commit
49b1b0b3a5
@ -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: */
|
||||
|
@ -21,7 +21,6 @@
|
||||
|
||||
#include <stdbool.h>
|
||||
|
||||
#include "desktop/tree.h"
|
||||
#include "atari/gemtk/gemtk.h"
|
||||
#include "atari/treeview.h"
|
||||
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user