This commit is contained in:
Jeff Teunissen 2000-10-27 10:55:04 +00:00
parent 80b88be543
commit 336d0fbee0
2 changed files with 0 additions and 10 deletions

View file

@ -1816,13 +1816,6 @@ void VID_LockBuffer (void)
screenwidth = WARP_WIDTH;
else
screenwidth = vid.rowbytes;
/*
// disabled until someone fixes, not defined right or anything
if (lcd_x->value)
screenwidth <<= 1;
*/
}

View file

@ -1764,9 +1764,6 @@ void VID_LockBuffer (void)
screenwidth = WARP_WIDTH;
else
screenwidth = vid.rowbytes;
if (lcd_x->value)
screenwidth <<= 1;
}