changeset 32396:6e65cda7f150

Remove some obsolete and misleading comments.
author diego
date Tue, 12 Oct 2010 16:53:43 +0000
parents aca925e56969
children b3110e526e19
files loader/vfl.c vidix/s3_vid.c
diffstat 2 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/loader/vfl.c	Mon Oct 11 17:09:33 2010 +0000
+++ b/loader/vfl.c	Tue Oct 12 16:53:43 2010 +0000
@@ -218,7 +218,6 @@
 	/* FIXME: correct? */
 //	CloseDriver(whic->hdrv,0,0);
         DrvClose(whic->hdrv);
-        /* FIXME: DrvClose */
 	free(whic);
 	return 0;
 }
--- a/vidix/s3_vid.c	Mon Oct 11 17:09:33 2010 +0000
+++ b/vidix/s3_vid.c	Tue Oct 12 16:53:43 2010 +0000
@@ -385,7 +385,6 @@
     format = 7 << 24;
     break;
   }
-  // FIXME: enable this again
   OUTREG (PSTREAM_FBSIZE_REG, info->screen_y * info->screen_x * (info->bpp >> 3));
   OUTREG (PSTREAM_WINDOW_START_REG, OS_XY (0, 0));
   OUTREG (PSTREAM_WINDOW_SIZE_REG, OS_WH (info->screen_x, info->screen_y));