Gitweb links:
...log
http://git.netsurf-browser.org/netsurf.git/shortlog/b879bed11461095d589ec...
...commit
http://git.netsurf-browser.org/netsurf.git/commit/b879bed11461095d589ec07...
...tree
http://git.netsurf-browser.org/netsurf.git/tree/b879bed11461095d589ec0787...
The branch, master has been updated
via b879bed11461095d589ec078757ba47fabf1a380 (commit)
from c8caf08ef16297379754d4a70e80cef3a0fde820 (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=b879bed11461095d589...
commit b879bed11461095d589ec078757ba47fabf1a380
Author: Chris Young <chris(a)unsatisfactorysoftware.co.uk>
Commit: Chris Young <chris(a)unsatisfactorysoftware.co.uk>
Remove bogus comment
diff --git a/amiga/bitmap.c b/amiga/bitmap.c
index da0cabf..2aca7a3 100644
--- a/amiga/bitmap.c
+++ b/amiga/bitmap.c
@@ -543,7 +543,6 @@ static nserror bitmap_render(struct bitmap *bitmap, hlcache_handle
*content)
content_scaled_redraw(content, plot_width, plot_height, &ctx);
#ifdef __amigaos4__
- /* Create a RGBA32 version in case we lose the native BitMap for some reason */
BltBitMapTags( BLITA_SrcX, 0,
BLITA_SrcY, 0,
BLITA_Width, bitmap->width,
@@ -558,7 +557,6 @@ static nserror bitmap_render(struct bitmap *bitmap, hlcache_handle
*content)
TAG_DONE);
ami_bitmap_argb_to_rgba(bitmap);
-
#else
#warning FIXME for OS3
#endif
-----------------------------------------------------------------------
Summary of changes:
amiga/bitmap.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/amiga/bitmap.c b/amiga/bitmap.c
index da0cabf..2aca7a3 100644
--- a/amiga/bitmap.c
+++ b/amiga/bitmap.c
@@ -543,7 +543,6 @@ static nserror bitmap_render(struct bitmap *bitmap, hlcache_handle
*content)
content_scaled_redraw(content, plot_width, plot_height, &ctx);
#ifdef __amigaos4__
- /* Create a RGBA32 version in case we lose the native BitMap for some reason */
BltBitMapTags( BLITA_SrcX, 0,
BLITA_SrcY, 0,
BLITA_Width, bitmap->width,
@@ -558,7 +557,6 @@ static nserror bitmap_render(struct bitmap *bitmap, hlcache_handle
*content)
TAG_DONE);
ami_bitmap_argb_to_rgba(bitmap);
-
#else
#warning FIXME for OS3
#endif
--
NetSurf Browser