From 1979e9dcc41663589f7c5bbeab368c1f3bee16cc Mon Sep 17 00:00:00 2001 From: yokota Date: Tue, 26 Jan 1999 10:00:02 +0000 Subject: Oops, one line was accidentally commented out in the previous commit. --- sys/modules/splash/bmp/splash_bmp.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'sys/modules/splash') diff --git a/sys/modules/splash/bmp/splash_bmp.c b/sys/modules/splash/bmp/splash_bmp.c index b9c1f6a..ac547dc 100644 --- a/sys/modules/splash/bmp/splash_bmp.c +++ b/sys/modules/splash/bmp/splash_bmp.c @@ -24,7 +24,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: splash_bmp.c,v 1.3 1999/01/13 09:59:30 yokota Exp $ + * $Id: splash_bmp.c,v 1.4 1999/01/21 18:29:33 yokota Exp $ */ #include @@ -531,9 +531,7 @@ bmp_Draw(video_adapter_t *adp) bmp_info.vidmem = (u_char *)adp->va_window; bmp_info.adp = adp; /* XXX; the following line is correct only for 8bpp modes */ - /* fill(&bmp_info, 0, 0, bmp_info.swidth, bmp_info.sheight); - */ (*vidsw[adp->va_index]->set_win_org)(adp, 0); bmp_info.bank = 0; -- cgit v1.1