From 1881d73f43b64e4f84769b44d066835cb6f6e73b Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Sat, 14 Dec 2019 23:32:24 +0100 Subject: [PATCH] Remove unused API (no more unconditional splash pop-back) --- gtk2_ardour/ardour_ui.cc | 8 -------- gtk2_ardour/ardour_ui.h | 1 - 2 files changed, 9 deletions(-) diff --git a/gtk2_ardour/ardour_ui.cc b/gtk2_ardour/ardour_ui.cc index fa777f2512..06fb3e87df 100644 --- a/gtk2_ardour/ardour_ui.cc +++ b/gtk2_ardour/ardour_ui.cc @@ -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 () { diff --git a/gtk2_ardour/ardour_ui.h b/gtk2_ardour/ardour_ui.h index 867ef7b27a..e2700978c4 100644 --- a/gtk2_ardour/ardour_ui.h +++ b/gtk2_ardour/ardour_ui.h @@ -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 (); -- 2.30.2