Removed a bogus FIXME.

This commit is contained in:
Ryan C. Gordon 2012-03-22 03:15:50 -04:00
parent 66fbf41bc0
commit cd5362cc57
1 changed files with 0 additions and 1 deletions

View File

@ -185,7 +185,6 @@ char *__PHYSFS_platformCalcBaseDir(const char *argv0)
char *__PHYSFS_platformCalcPrefDir(const char *org, const char *app)
{
/* !!! FIXME: there's a real API to determine this */
const char *userdir = __PHYSFS_getUserDir();
const char *append = "config/settings/";
const size_t len = strlen(userdir) + strlen(append) + strlen(app) + 2;