summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/drawgfx.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/drawgfx.cpp')
-rw-r--r--src/emu/drawgfx.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/emu/drawgfx.cpp b/src/emu/drawgfx.cpp
index 8ca9b1d7aea..e2bb6a688a8 100644
--- a/src/emu/drawgfx.cpp
+++ b/src/emu/drawgfx.cpp
@@ -1653,8 +1653,6 @@ void gfx_element::alphastore(bitmap_rgb32 &dest, const rectangle &cliprect,
DECLARE_NO_PRIORITY;
const pen_t *paldata;
- assert(dest.bpp() == 32);
- assert(dest.format() == BITMAP_FORMAT_ARGB32);
assert(alphatable != nullptr);
/* if we have a fixed alpha, call the standard drawgfx_transpen */