diff --git a/source/vid_mgl.c b/source/vid_mgl.c index 7504e57..63658d7 100644 --- a/source/vid_mgl.c +++ b/source/vid_mgl.c @@ -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; - */ - } diff --git a/source/vid_win.c b/source/vid_win.c index ace51d0..ff0c32b 100644 --- a/source/vid_win.c +++ b/source/vid_win.c @@ -1764,9 +1764,6 @@ void VID_LockBuffer (void) screenwidth = WARP_WIDTH; else screenwidth = vid.rowbytes; - - if (lcd_x->value) - screenwidth <<= 1; }