From 096baef7500c6eb4f99a24708f2eba349b3198f8 Mon Sep 17 00:00:00 2001 From: rogerman Date: Tue, 17 Jan 2012 01:11:34 +0000 Subject: [PATCH] Cocoa Port: - Fix a minor bug in file handling for the Tiger build. --- desmume/src/cocoa/cocoa_file.mm | 4 ---- 1 file changed, 4 deletions(-) diff --git a/desmume/src/cocoa/cocoa_file.mm b/desmume/src/cocoa/cocoa_file.mm index dd817f742..264ff0f33 100644 --- a/desmume/src/cocoa/cocoa_file.mm +++ b/desmume/src/cocoa/cocoa_file.mm @@ -241,10 +241,6 @@ NSString *fileKind; while ((fileKind = (NSString *)[enumerator nextObject]) != nil) - { - /* code to act on each element as it is returned */ - } - #else // Mac OS X v10.5 and later. for (NSString *fileKind in fileKindList) #endif