# HG changeset patch # User Ryan C. Gordon # Date 1332139598 14400 # Node ID ca5575b87b22342d00bf9d0ce85150c70dfd931d # Parent a6b73703c4f9e2551b317ffa6040eaa2801ce690 Removed some unused code. diff -r a6b73703c4f9 -r ca5575b87b22 src/platform_unix.c --- a/src/platform_unix.c Mon Mar 19 02:04:27 2012 -0400 +++ b/src/platform_unix.c Mon Mar 19 02:46:38 2012 -0400 @@ -39,11 +39,6 @@ #include "physfs_internal.h" -/* !!! FIXME: we should probably remove MAXPATHLEN entirely, if we can. */ -#ifndef MAXPATHLEN -#define MAXPATHLEN 1024 -#endif - int __PHYSFS_platformInit(void) { return 1; /* always succeed. */