13
0

Remove unnecessary creation of user_config_directory

calling user_config_directory ensures it exists

git-svn-id: svn://localhost/ardour2/branches/3.0@12888 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Tim Mayberry 2012-06-23 05:09:13 +00:00
parent 7a881ef67a
commit 319d2556d2

View File

@ -130,16 +130,6 @@ Ardour will play NO role in monitoring"))
// setup_prerelease_page ();
if (new_user) {
/* Create the config directory so that we have somewhere to put the
been_here_before file.
*/
try {
sys::create_directories (user_config_directory ());
}
catch (const sys::filesystem_error& ex) {
error << "Could not create user configuration directory" << endmsg;
}
setup_new_user_page ();
setup_first_time_config_page ();