mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 16:46:35 +01:00
Remove unused API (no more unconditional splash pop-back)
This commit is contained in:
parent
2b55d6dce3
commit
1881d73f43
2 changed files with 0 additions and 9 deletions
|
|
@ -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 ()
|
||||
{
|
||||
|
|
|
|||
|
|
@ -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 ();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue