summaryrefslogtreecommitdiff
path: root/gtk2_ardour/ardour_ui.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2019-10-11 14:29:55 -0600
committerPaul Davis <paul@linuxaudiosystems.com>2019-10-11 14:29:55 -0600
commit54acf6af6a4b571863e1c69be4defad6b222bc32 (patch)
tree22249488f032afe53c6768e8d1dabfa8c16b2c32 /gtk2_ardour/ardour_ui.h
parentda2d6312c43213241e0a60656d631a89255d2951 (diff)
enforce singleton nature of Splash a little more rigorously, and slightly rationalize it's use
Diffstat (limited to 'gtk2_ardour/ardour_ui.h')
-rw-r--r--gtk2_ardour/ardour_ui.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/gtk2_ardour/ardour_ui.h b/gtk2_ardour/ardour_ui.h
index d11fb023de..8e73376010 100644
--- a/gtk2_ardour/ardour_ui.h
+++ b/gtk2_ardour/ardour_ui.h
@@ -190,8 +190,8 @@ public:
bool run_startup (bool should_be_new, std::string load_template);
- void show_splash ();
void hide_splash ();
+ static void pop_back_splash (Gtk::Window&);
void launch_chat ();
void launch_manual ();
@@ -752,10 +752,6 @@ private:
uint32_t rec_enabled_streams;
void count_recenabled_streams (ARDOUR::Route&);
- Splash* splash;
-
- void pop_back_splash (Gtk::Window&);
-
/* cleanup */
Gtk::MenuItem *cleanup_item;
@@ -820,8 +816,6 @@ private:
Gtk::Label status_bar_label;
bool status_bar_button_press (GdkEventButton*);
- void loading_message (const std::string& msg);
-
PBD::ScopedConnectionList forever_connections;
PBD::ScopedConnection halt_connection;
PBD::ScopedConnection editor_meter_connection;