Remove namespace fs=fs

Having these inside functions is silly and redundant now.
This commit is contained in:
Wladimir J. van der Laan
2017-03-02 09:42:12 +01:00
parent 75594bd7f2
commit f110272dc9
3 changed files with 0 additions and 8 deletions

View File

@@ -686,8 +686,6 @@ bool SetStartOnSystemStartup(bool fAutoStart)
fs::path static GetAutostartDir()
{
namespace fs = fs;
char* pszConfigHome = getenv("XDG_CONFIG_HOME");
if (pszConfigHome) return fs::path(pszConfigHome) / "autostart";
char* pszHome = getenv("HOME");