Removed some unused code.
This commit is contained in:
parent
82a6ce0abf
commit
52267fe380
|
@ -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. */
|
||||
|
|
Loading…
Reference in New Issue