From 52267fe38014719f9a70b4fefd5ecf3d29ec8807 Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Mon, 19 Mar 2012 02:46:38 -0400 Subject: [PATCH] Removed some unused code. --- src/platform_unix.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/platform_unix.c b/src/platform_unix.c index 4e65b610..6db45672 100644 --- a/src/platform_unix.c +++ b/src/platform_unix.c @@ -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. */