Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Removed some unused code.
  • Loading branch information
icculus committed Mar 19, 2012
1 parent 82a6ce0 commit 52267fe
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/platform_unix.c
Expand Up @@ -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. */
Expand Down

0 comments on commit 52267fe

Please sign in to comment.