Gitweb links:

...log 
http://git.netsurf-browser.org/netsurf.git/shortlog/49b1b0b3a51092d7612e496ae6bc8d7d8651425b
...commit 
http://git.netsurf-browser.org/netsurf.git/commit/49b1b0b3a51092d7612e496ae6bc8d7d8651425b
...tree 
http://git.netsurf-browser.org/netsurf.git/tree/49b1b0b3a51092d7612e496ae6bc8d7d8651425b

The branch, master has been updated
       via  49b1b0b3a51092d7612e496ae6bc8d7d8651425b (commit)
      from  96e073a29777bbe927f0bc7187f7032d3f51e68b (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commitdiff 
http://git.netsurf-browser.org/netsurf.git/commit/?id=49b1b0b3a51092d7612e496ae6bc8d7d8651425b
commit 49b1b0b3a51092d7612e496ae6bc8d7d8651425b
Author: Michael Drake <[email protected]>
Commit: Michael Drake <[email protected]>

    Atari front end doesn't need the tree compat layer.

diff --git a/frontends/atari/hotlist.c b/frontends/atari/hotlist.c
index d552230..655b623 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 1598782..f35fa15 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 81c0b95..4866f05 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 84f0b3f..66bd44b 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"
 


-----------------------------------------------------------------------

Summary of changes:
 frontends/atari/hotlist.c |    3 ++-
 frontends/atari/hotlist.h |    1 -
 frontends/atari/misc.c    |    1 -
 frontends/atari/toolbar.c |    1 -
 4 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/frontends/atari/hotlist.c b/frontends/atari/hotlist.c
index d552230..655b623 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 1598782..f35fa15 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 81c0b95..4866f05 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 84f0b3f..66bd44b 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"
 


-- 
NetSurf Browser

_______________________________________________
netsurf-commits mailing list
[email protected]
http://listmaster.pepperfish.net/cgi-bin/mailman/listinfo/netsurf-commits-netsurf-browser.org

Reply via email to