halleys: Coverity 316135

This commit is contained in:
Robbbert 2021-02-14 00:29:16 +11:00
parent 0a8952b202
commit fa9298cb16

View File

@ -1432,6 +1432,7 @@ void halleys_state::copy_fixed_2b(bitmap_ind16 &bitmap, uint16_t *source)
void halleys_state::filter_bitmap(bitmap_ind16 &bitmap, int mask)
{
return;
#ifdef UNUSED
int dst_pitch;
uint32_t *pal_ptr, *edi;
@ -1467,6 +1468,7 @@ void halleys_state::filter_bitmap(bitmap_ind16 &bitmap, int mask)
edi += dst_pitch;
}
while (--edx);
#endif
}