1
mirror of https://github.com/mpv-player/mpv synced 2024-09-05 02:48:21 +02:00

cosmetics: Remove some obsolete and misleading comments

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@32482 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2010-10-12 16:53:43 +00:00 committed by Uoti Urpala
parent ed8e92afcc
commit 34e211820d
2 changed files with 0 additions and 2 deletions

View File

@ -218,7 +218,6 @@ LRESULT VFWAPI ICClose(HIC hic) {
/* FIXME: correct? */
// CloseDriver(whic->hdrv,0,0);
DrvClose(whic->hdrv);
/* FIXME: DrvClose */
free(whic);
return 0;
}

View File

@ -385,7 +385,6 @@ static void S3InitStreamsOld (void)
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));