vgamach64xx: remove drawdebug reference

This commit is contained in:
cinap_lenrek 2017-05-01 02:15:03 +02:00
parent 0b85c859f5
commit fa94532c08

View file

@ -796,9 +796,6 @@ mach64hwfill(VGAscr *scr, Rectangle r, ulong sval)
ulong pitch;
ulong ctl;
if(drawdebug)
iprint("hwfill %R val %lux...\n", r, sval);
/* shouldn't happen */
if(scr->io == 0x2EC || scr->io == 0x1C8 || scr->io == 0)
return 0;