From 593db4b13b5c4fb440833920d2e32221ace43930 Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Wed, 21 Aug 2002 23:34:18 +0000 Subject: [PATCH] Took out a FIXME comment (decided it was a safe operation anyhow). --- platform/os2.c | 1 - 1 file changed, 1 deletion(-) diff --git a/platform/os2.c b/platform/os2.c index cb10226d..0ee60fe8 100644 --- a/platform/os2.c +++ b/platform/os2.c @@ -270,7 +270,6 @@ char **__PHYSFS_platformDetectAvailableCDs(void) rc = DosQueryCurrentDisk(&dummy, &drivemap); 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) { if (drivemap & bit) /* this logical drive exists. */