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.cc7
1 files changed, 0 insertions, 7 deletions
diff --git a/gtk2_ardour/startup.cc b/gtk2_ardour/startup.cc
index 4e073bf2f1..54d988ec03 100644
--- a/gtk2_ardour/startup.cc
+++ b/gtk2_ardour/startup.cc
@@ -60,13 +60,6 @@ using namespace ARDOUR_UI_UTILS;
ArdourStartup* ArdourStartup::the_startup = 0;
-static string poor_mans_glob (string path)
-{
- string copy = path;
- replace_all (copy, "~", Glib::get_home_dir());
- return copy;
-}
-
ArdourStartup::ArdourStartup ()
: _response (RESPONSE_OK)
, config_modified (false)