Remove unused setUserVars utility method

That method was moved to the external storage recently so
isn't needed here any more.
This commit is contained in:
Vincent Petry 2014-03-26 09:39:09 +01:00
parent 1e39719926
commit e76be308eb
1 changed files with 0 additions and 11 deletions

View File

@ -350,17 +350,6 @@ class Filesystem {
}
}
/**
* fill in the correct values for $user
*
* @param string $user
* @param string $input
* @return string
*/
private static function setUserVars($user, $input) {
return str_replace('$user', $user, $input);
}
/**
* get the default filesystem view
*