]> git.jsancho.org Git - lugaru.git/blobdiff - Source/MacCompatibility.cpp
Removed commented out code
[lugaru.git] / Source / MacCompatibility.cpp
index b5362345c6c8828f285a7b1b2fa5fde480866446..ea8ba749c12d655499360cb2f7401d376d5d9d7a 100644 (file)
@@ -1,5 +1,6 @@
 /*
 Copyright (C) 2003, 2010 - Wolfire Games
+Copyright (C) 2010-2016 - Lugaru contributors (see AUTHORS file)
 
 This file is part of Lugaru.
 
@@ -131,7 +132,6 @@ static int locateOneElement(char *buf)
     char *ptr;
     DIR *dirp;
 
-    //if (PHYSFS_exists(buf))
     if (access(buf, F_OK) == 0)
         return(1);  /* quick rejection: exists in current case. */