From 2d38d576f6aa4f7d470d3ebe6e1917e6760e3eaf Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Thu, 24 Jun 2004 09:33:54 +0000 Subject: [PATCH] Bogus comment removed. --- platform_unix.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/platform_unix.c b/platform_unix.c index 558ea64..6a19964 100644 --- a/platform_unix.c +++ b/platform_unix.c @@ -274,10 +274,6 @@ static char *find_info_plist_bundle_id(char *ptr) continue; } /* if */ - /* You should only use CFBundleShortVersionString, for various - * reasons not worth explaining here. CFBundleVersion is here - * for older products that need to update to the other tag. - */ if (strcasecmp(tag,"key") == 0) { if (strcasecmp(val,"CFBundleIdentifier") == 0)