summaryrefslogtreecommitdiff
path: root/frontends/amiga
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2021-06-28 16:58:11 +0100
committerChris Young <chris@unsatisfactorysoftware.co.uk>2021-06-28 16:58:11 +0100
commit474fd81bf685714a4596350c679a1f08d2b00390 (patch)
treeeb17c5fd876b98b7df4efd9a0831de9feeb74565 /frontends/amiga
parentd39ae4a10239481a9bf7eb8c9d6688f1e1e7cf39 (diff)
downloadnetsurf-474fd81bf685714a4596350c679a1f08d2b00390.tar.gz
netsurf-474fd81bf685714a4596350c679a1f08d2b00390.tar.bz2
Amiga: report correct depth
Diffstat (limited to 'frontends/amiga')
-rw-r--r--frontends/amiga/rtg.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/frontends/amiga/rtg.c b/frontends/amiga/rtg.c
index 5e1cac290..8618c0a33 100644
--- a/frontends/amiga/rtg.c
+++ b/frontends/amiga/rtg.c
@@ -26,9 +26,6 @@ struct BitMap *ami_rtg_allocbitmap(ULONG width, ULONG height, ULONG depth,
ULONG flags, struct BitMap *friend, RGBFTYPE format)
{
if(P96Base == NULL) {
-#ifndef __amigaos4__
- if(depth > 8) depth = 8;
-#endif
return AllocBitMap(width, height, depth, flags, friend);
} else {
return p96AllocBitMap(width, height, depth, flags, friend, format);