changeset 1211 | 09280603503b |
parent 1133 | 958df28c5449 |
child 1213 | 050ee17c6e99 |
--- a/src/platform_beos.cpp Sun Mar 11 03:39:57 2012 -0400 +++ b/src/platform_beos.cpp Sun Mar 11 03:43:07 2012 -0400 @@ -212,12 +212,6 @@ } /* __PHYSFS_platformRealPath */ -char *__PHYSFS_platformCurrentDir(void) -{ - return(__PHYSFS_platformRealPath(".")); /* let BPath sort it out. */ -} /* __PHYSFS_platformCurrentDir */ - - void *__PHYSFS_platformCreateMutex(void) { return(new BLocker("PhysicsFS lock", true));