]> git.jsancho.org Git - lugaru.git/blobdiff - Source/MacCompatibility.cpp
Removed obsolete PLATFORM_MACOSX code
[lugaru.git] / Source / MacCompatibility.cpp
index 7d049058f71297a7de57fe463bffbedae3ff4465..7e06997d8cce9ce55074078dd9c184f117bcc66d 100644 (file)
@@ -17,8 +17,6 @@ You should have received a copy of the GNU General Public License
 along with Lugaru.  If not, see <http://www.gnu.org/licenses/>.
 */
 
-#if !PLATFORM_MACOSX
-
 /**> HEADER FILES <**/
 #include "MacCompatibility.h"
 
@@ -285,7 +283,3 @@ char* ConvertFileName( const char* orgfilename, const char *mode)
 
     return g_filename;
 }
-
-#endif
-
-