Explorar el Código

Took out a FIXME comment (decided it was a safe operation anyhow).

Ryan C. Gordon hace 23 años
padre
commit
593db4b13b
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      platform/os2.c

+ 0 - 1
platform/os2.c

@@ -270,7 +270,6 @@ char **__PHYSFS_platformDetectAvailableCDs(void)
     rc = DosQueryCurrentDisk(&dummy, &drivemap);
     rc = DosQueryCurrentDisk(&dummy, &drivemap);
     BAIL_IF_MACRO(os2err(rc) != NO_ERROR, NULL, retval);
     BAIL_IF_MACRO(os2err(rc) != NO_ERROR, NULL, retval);
 
 
-    /* !!! FIXME: the a, b, and c drives are almost certainly NOT cdroms... */
     for (i = 0, bit = 1; i < 26; i++, bit <<= 1)
     for (i = 0, bit = 1; i < 26; i++, bit <<= 1)
     {
     {
         if (drivemap & bit)  /* this logical drive exists. */
         if (drivemap & bit)  /* this logical drive exists. */