summaryrefslogtreecommitdiff
path: root/sys/src/9/pc/vgamach64xx.c
diff options
context:
space:
mode:
authorcinap_lenrek <cinap_lenrek@felloff.net>2017-05-01 02:15:03 +0200
committercinap_lenrek <cinap_lenrek@felloff.net>2017-05-01 02:15:03 +0200
commitfa94532c0843b6f2b6e132b762f497b9cc4066f4 (patch)
tree210205dd61bfa2c8b3ab5cd0302450feffca9fe5 /sys/src/9/pc/vgamach64xx.c
parent0b85c859f5b1ef284781a67eb40080f669e9233a (diff)
vgamach64xx: remove drawdebug reference
Diffstat (limited to 'sys/src/9/pc/vgamach64xx.c')
-rw-r--r--sys/src/9/pc/vgamach64xx.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/src/9/pc/vgamach64xx.c b/sys/src/9/pc/vgamach64xx.c
index 4e93f2453..19b5423a6 100644
--- a/sys/src/9/pc/vgamach64xx.c
+++ b/sys/src/9/pc/vgamach64xx.c
@@ -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;