Removed some unused code.

This commit is contained in:
Ryan C. Gordon 2012-03-19 02:46:38 -04:00
parent 82a6ce0abf
commit 52267fe380
1 changed files with 0 additions and 5 deletions

View File

@ -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. */