diff --git a/src/base/profile.cpp b/src/base/profile.cpp index ccbdaf745..4eabc2f37 100644 --- a/src/base/profile.cpp +++ b/src/base/profile.cpp @@ -43,7 +43,6 @@ Profile::Profile(Private::Profile *impl, Private::PathConverter *pathConverter) ensureDirectoryExists(SpecialFolder::Cache); ensureDirectoryExists(SpecialFolder::Config); ensureDirectoryExists(SpecialFolder::Data); - ensureDirectoryExists(SpecialFolder::Downloads); } // to generate correct call to ProfilePrivate::~ProfileImpl()