Gitweb links:

...log 
http://git.netsurf-browser.org/netsurf.git/shortlog/427fb928c56988fcacfae87ba45ece8fc8e5f2c5
...commit 
http://git.netsurf-browser.org/netsurf.git/commit/427fb928c56988fcacfae87ba45ece8fc8e5f2c5
...tree 
http://git.netsurf-browser.org/netsurf.git/tree/427fb928c56988fcacfae87ba45ece8fc8e5f2c5

The branch, master has been updated
       via  427fb928c56988fcacfae87ba45ece8fc8e5f2c5 (commit)
      from  d2a1c8506318208b7e7962332567d3285c54d01f (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/commitdiff/427fb928c56988fcacfae87ba45ece8fc8e5f2c5
commit 427fb928c56988fcacfae87ba45ece8fc8e5f2c5
Author: Michael Drake <[email protected]>
Commit: Michael Drake <[email protected]>

    Remove unused member of html_content struct.

diff --git a/render/html.c b/render/html.c
index 2974497..79ca026 100644
--- a/render/html.c
+++ b/render/html.c
@@ -294,7 +294,6 @@ html_create_html_data(html_content *c, const http_parameter 
*params)
        c->frameset = NULL;
        c->iframe = NULL;
        c->page = NULL;
-       c->box = NULL;
        c->font_func = &nsfont;
        c->scrollbar = NULL;
        c->scripts_count = 0;
@@ -2563,7 +2562,6 @@ html_open(struct content *c,
 
        html->bw = bw;
        html->page = (html_content *) page;
-       html->box = box;
 
        /* text selection */
        selection_init(&html->sel, html->layout);
diff --git a/render/html_internal.h b/render/html_internal.h
index ef2ea25..9ff0f98 100644
--- a/render/html_internal.h
+++ b/render/html_internal.h
@@ -95,8 +95,6 @@ typedef struct html_content {
        /** Content of type CONTENT_HTML containing this, or NULL if not an 
         * object within a page. */
        struct html_content *page;
-       /** Box containing this, or NULL if not an object. */
-       struct box *box;
 
        /** Scrollbar capturing all mouse events, updated to any active HTML
         *  scrollbar, or NULL when no scrollbar drags active */


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

Summary of changes:
 render/html.c          |    2 --
 render/html_internal.h |    2 --
 2 files changed, 0 insertions(+), 4 deletions(-)

diff --git a/render/html.c b/render/html.c
index 2974497..79ca026 100644
--- a/render/html.c
+++ b/render/html.c
@@ -294,7 +294,6 @@ html_create_html_data(html_content *c, const http_parameter 
*params)
        c->frameset = NULL;
        c->iframe = NULL;
        c->page = NULL;
-       c->box = NULL;
        c->font_func = &nsfont;
        c->scrollbar = NULL;
        c->scripts_count = 0;
@@ -2563,7 +2562,6 @@ html_open(struct content *c,
 
        html->bw = bw;
        html->page = (html_content *) page;
-       html->box = box;
 
        /* text selection */
        selection_init(&html->sel, html->layout);
diff --git a/render/html_internal.h b/render/html_internal.h
index ef2ea25..9ff0f98 100644
--- a/render/html_internal.h
+++ b/render/html_internal.h
@@ -95,8 +95,6 @@ typedef struct html_content {
        /** Content of type CONTENT_HTML containing this, or NULL if not an 
         * object within a page. */
        struct html_content *page;
-       /** Box containing this, or NULL if not an object. */
-       struct box *box;
 
        /** Scrollbar capturing all mouse events, updated to any active HTML
         *  scrollbar, or NULL when no scrollbar drags active */


-- 
NetSurf Browser

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

Reply via email to