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:
parent
1e39719926
commit
e76be308eb
|
@ -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
|
* get the default filesystem view
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in New Issue