summaryrefslogtreecommitdiff
path: root/amiga/plotters.c
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2013-05-18 13:26:07 +0100
committerChris Young <chris@unsatisfactorysoftware.co.uk>2013-05-18 13:26:07 +0100
commit13e667ff78f66029cfcae00ca7737144e13a3ff7 (patch)
treeb6b7162444d80ed1377d4f1be2ef27ae274e9aad /amiga/plotters.c
parentc240fb0c008b57ee72ae6c1e9a9d94dbc3d7a955 (diff)
downloadnetsurf-13e667ff78f66029cfcae00ca7737144e13a3ff7.tar.gz
netsurf-13e667ff78f66029cfcae00ca7737144e13a3ff7.tar.bz2
Remove friend BitMap as it doesn't solve the problem intended, and I'm concerned that it will cause problems on gfx cards which only have LE modes
Diffstat (limited to 'amiga/plotters.c')
-rwxr-xr-xamiga/plotters.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/amiga/plotters.c b/amiga/plotters.c
index 8a1ce4d68..2b3a1f57a 100755
--- a/amiga/plotters.c
+++ b/amiga/plotters.c
@@ -163,13 +163,6 @@ void ami_init_layers(struct gui_globals *gg, ULONG width, ULONG height)
palette_mapped = true;
} else {
palette_mapped = false;
-
- /* If we're not palette-mapping allocate using a friend BitMap if the
- * depth is 32bpp. In all other cases using a friend BitMap causes a
- * hard lockup or odd/missing graphical effects.
- */
-
- if(depth == 32) friend = scrn->RastPort.BitMap;
}
if(nsoption_int(redraw_tile_size_x) <= 0) nsoption_set_int(redraw_tile_size_x, scrn->Width);