From 336d0fbee0d951e829ac22c5d86c292c3784bbd4 Mon Sep 17 00:00:00 2001 From: Jeff Teunissen Date: Fri, 27 Oct 2000 10:55:04 +0000 Subject: [PATCH] lcd_x --- source/vid_mgl.c | 7 ------- source/vid_win.c | 3 --- 2 files changed, 10 deletions(-) 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; }