From 474fd81bf685714a4596350c679a1f08d2b00390 Mon Sep 17 00:00:00 2001 From: Chris Young Date: Mon, 28 Jun 2021 16:58:11 +0100 Subject: Amiga: report correct depth --- frontends/amiga/rtg.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'frontends/amiga') 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); -- cgit v1.2.3