mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-12 17:46:34 +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
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
|
||||||
ARDOUR_UI::pop_back_splash (Gtk::Window& win)
|
|
||||||
{
|
|
||||||
if (Splash::exists()) {
|
|
||||||
Splash::instance()->pop_back_for (win);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
gint
|
gint
|
||||||
ARDOUR_UI::configure_timeout ()
|
ARDOUR_UI::configure_timeout ()
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -193,7 +193,6 @@ public:
|
||||||
bool run_startup (bool should_be_new, std::string load_template);
|
bool run_startup (bool should_be_new, std::string load_template);
|
||||||
|
|
||||||
void hide_splash ();
|
void hide_splash ();
|
||||||
static void pop_back_splash (Gtk::Window&);
|
|
||||||
|
|
||||||
void launch_chat ();
|
void launch_chat ();
|
||||||
void launch_manual ();
|
void launch_manual ();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue