Gitweb links:

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

The branch, master has been updated
       via  231c96cf8d6d5deb051fedabdea5c6969f843e29 (commit)
      from  fce59865c54c7bfd9c47da24bc237a1345426fad (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=231c96cf8d6d5deb051fedabdea5c6969f843e29
commit 231c96cf8d6d5deb051fedabdea5c6969f843e29
Author: Michael Drake <[email protected]>
Commit: Michael Drake <[email protected]>

    GTK: Bitmap: Converted bool not needed any more.

diff --git a/frontends/gtk/bitmap.h b/frontends/gtk/bitmap.h
index 0f46d19..d899966 100644
--- a/frontends/gtk/bitmap.h
+++ b/frontends/gtk/bitmap.h
@@ -26,7 +26,6 @@ extern struct gui_bitmap_table *nsgtk_bitmap_table;
 struct bitmap {
        cairo_surface_t *surface; /* original cairo surface */
        cairo_surface_t *scsurface; /* scaled surface */
-       bool converted; /** set if the surface data has been converted */
 };
 
 int nsgtk_bitmap_get_width(void *vbitmap);


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

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

diff --git a/frontends/gtk/bitmap.h b/frontends/gtk/bitmap.h
index 0f46d19..d899966 100644
--- a/frontends/gtk/bitmap.h
+++ b/frontends/gtk/bitmap.h
@@ -26,7 +26,6 @@ extern struct gui_bitmap_table *nsgtk_bitmap_table;
 struct bitmap {
        cairo_surface_t *surface; /* original cairo surface */
        cairo_surface_t *scsurface; /* scaled surface */
-       bool converted; /** set if the surface data has been converted */
 };
 
 int nsgtk_bitmap_get_width(void *vbitmap);


-- 
NetSurf Browser
_______________________________________________
netsurf-commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to