Remove commented out code

This commit is contained in:
Lior Halphon 2021-04-10 18:43:24 +03:00
parent d0bbf383d6
commit 44c75ae7be
1 changed files with 0 additions and 1 deletions

View File

@ -574,7 +574,6 @@ static void render_pixel_if_possible(GB_gameboy_t *gb)
else if (gb->model & GB_MODEL_NO_SFC_BIT) {
if (gb->icd_pixel_callback) {
icd_pixel = pixel;
//gb->icd_pixel_callback(gb, pixel);
}
}
else if (gb->cgb_palettes_ppu_blocked) {