summaryrefslogtreecommitdiff
path: root/gtk2_ardour/startup.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2015-03-31 11:27:30 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2015-03-31 11:27:47 -0400
commit207ac16731baec44c939d85f25c8965d925d7983 (patch)
tree09ebee94d4ffa2e2a5667df1158efd0a096b4b58 /gtk2_ardour/startup.h
parentea5e94977b3bddbc477fc4e87557f9e1d1d50790 (diff)
move "been here before" path concept into libardour, and use it appropriately at startup
Diffstat (limited to 'gtk2_ardour/startup.h')
-rw-r--r--gtk2_ardour/startup.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/gtk2_ardour/startup.h b/gtk2_ardour/startup.h
index db274ea990..a93a29ef42 100644
--- a/gtk2_ardour/startup.h
+++ b/gtk2_ardour/startup.h
@@ -60,8 +60,6 @@ class ArdourStartup : public Gtk::Assistant {
bool config_modified;
bool new_user;
- static std::string been_here_before_path ();
-
void on_apply ();
void on_cancel ();
bool on_delete_event (GdkEventAny*);