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

@@ -69,7 +69,6 @@ FreespaceChecker::FreespaceChecker(Intro *_intro)
void FreespaceChecker::check()
{
namespace fs = fs;
QString dataDirStr = intro->getPathToCheck();
fs::path dataDir = GUIUtil::qstringToBoostPath(dataDirStr);
uint64_t freeBytesAvailable = 0;
@@ -189,7 +188,6 @@ QString Intro::getDefaultDataDirectory()
bool Intro::pickDataDirectory()
{
namespace fs = fs;
QSettings settings;
/* If data directory provided on command line, no need to look at settings
or show a picking dialog */