aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/splash
diff options
context:
space:
mode:
authorYoshihiro Takahashi <nyan@FreeBSD.org>2000-10-28 10:59:21 +0000
committerYoshihiro Takahashi <nyan@FreeBSD.org>2000-10-28 10:59:21 +0000
commitde103326a433d9a72cef75a7a00ed7a015aa0078 (patch)
tree21a6a790d1070cb447416c0678fedd78a2d5effe /sys/modules/splash
parente10f2ee576c314be6b8d88dc2a3f47ec7e571ec3 (diff)
Notes
Diffstat (limited to 'sys/modules/splash')
-rw-r--r--sys/modules/splash/bmp/splash_bmp.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/modules/splash/bmp/splash_bmp.c b/sys/modules/splash/bmp/splash_bmp.c
index e3db76da12a0..09251b9678e2 100644
--- a/sys/modules/splash/bmp/splash_bmp.c
+++ b/sys/modules/splash/bmp/splash_bmp.c
@@ -274,7 +274,6 @@ bmp_SetPix(BMP_INFO *info, int x, int y, u_char val)
switch(info->sdepth) {
#ifdef PC98
case 4:
- x += (info->swidth - info->width) / 2;
sofs += (x >> 3);
bofs = x & 0x7; /* offset within byte */