Remove superfluous commentary

Signed-off-by: Tiago Vignatti <tiago.vignatti@nokia.com>
This commit is contained in:
Tiago Vignatti
2010-05-06 20:07:06 +03:00
parent 67dd666460
commit 11fc32f5f0

View File

@@ -2326,8 +2326,6 @@ S3VScreenInit(int scrnIndex, ScreenPtr pScreen, int argc, char **argv)
pScrn = xf86Screens[pScreen->myNum];
/* Get S3V rec */
ps3v = S3VPTR(pScrn);
/* Make sure we have card access */
/* xf86EnableAccess(pScrn);*/
/* Map MMIO regs and framebuffer */
if( !S3VMapMem(pScrn) )
return FALSE;