Remove unused API (no more unconditional splash pop-back)

This commit is contained in:
Robin Gareus 2019-12-14 23:32:24 +01:00
parent 2b55d6dce3
commit 1881d73f43
No known key found for this signature in database
GPG key ID: A090BCE02CF57F04
2 changed files with 0 additions and 9 deletions

View file

@ -857,14 +857,6 @@ ARDOUR_UI::~ARDOUR_UI ()
#endif
}
void
ARDOUR_UI::pop_back_splash (Gtk::Window& win)
{
if (Splash::exists()) {
Splash::instance()->pop_back_for (win);
}
}
gint
ARDOUR_UI::configure_timeout ()
{

View file

@ -193,7 +193,6 @@ public:
bool run_startup (bool should_be_new, std::string load_template);
void hide_splash ();
static void pop_back_splash (Gtk::Window&);
void launch_chat ();
void launch_manual ();