summaryrefslogtreecommitdiff
path: root/gtk2_ardour/startup.cc
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/startup.cc')
-rw-r--r--gtk2_ardour/startup.cc10
1 files changed, 0 insertions, 10 deletions
diff --git a/gtk2_ardour/startup.cc b/gtk2_ardour/startup.cc
index 8e94ae9167..689312baa2 100644
--- a/gtk2_ardour/startup.cc
+++ b/gtk2_ardour/startup.cc
@@ -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 ();