Gitweb links:

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

The branch, master has been updated
       via  ccb75629033e2dcb325fc39fd67cbef7d4799326 (commit)
      from  82410dbb9ec04d2256735219742c0285611f5c66 (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=ccb75629033e2dcb325fc39fd67cbef7d4799326
commit ccb75629033e2dcb325fc39fd67cbef7d4799326
Author: Vincent Sanders <vi...@kyllikki.org>
Commit: Vincent Sanders <vi...@kyllikki.org>

    remove completely unused box pointer

diff --git a/frontends/windows/window.h b/frontends/windows/window.h
index 5f4349427..97be710f3 100644
--- a/frontends/windows/window.h
+++ b/frontends/windows/window.h
@@ -26,7 +26,6 @@ extern struct gui_window_table *win32_window_table;
 
 struct browser_mouse {
        struct gui_window *gui;
-       struct box *box;
 
        double pressed_x;
        double pressed_y;


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

Summary of changes:
 frontends/windows/window.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/frontends/windows/window.h b/frontends/windows/window.h
index 5f4349427..97be710f3 100644
--- a/frontends/windows/window.h
+++ b/frontends/windows/window.h
@@ -26,7 +26,6 @@ extern struct gui_window_table *win32_window_table;
 
 struct browser_mouse {
        struct gui_window *gui;
-       struct box *box;
 
        double pressed_x;
        double pressed_y;


-- 
NetSurf Browser
_______________________________________________
netsurf-commits mailing list -- netsurf-commits@netsurf-browser.org
To unsubscribe send an email to netsurf-commits-le...@netsurf-browser.org

Reply via email to