mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +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 ()
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue