Remove unnecessary code to create user_config_directory
git-svn-id: svn://localhost/ardour2/branches/3.0@12890 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
@@ -160,14 +160,6 @@ UIConfiguration::save_state()
|
||||
{
|
||||
XMLTree tree;
|
||||
|
||||
try {
|
||||
sys::create_directories (user_config_directory ());
|
||||
}
|
||||
catch (const sys::filesystem_error& ex) {
|
||||
error << "Could not create user configuration directory" << endmsg;
|
||||
return -1;
|
||||
}
|
||||
|
||||
sys::path rcfile_path(user_config_directory());
|
||||
|
||||
rcfile_path /= "ardour3_ui.conf";
|
||||
|
||||
Reference in New Issue
Block a user