mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +01:00
tweak splash destruction
git-svn-id: svn://localhost/ardour2/branches/3.0@12535 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
bbcfffc2da
commit
2e5b6fc323
1 changed files with 2 additions and 4 deletions
|
|
@ -2844,10 +2844,8 @@ ARDOUR_UI::show_splash ()
|
|||
void
|
||||
ARDOUR_UI::hide_splash ()
|
||||
{
|
||||
if (splash) {
|
||||
delete splash;
|
||||
splash = 0;
|
||||
}
|
||||
delete splash;
|
||||
splash = 0;
|
||||
}
|
||||
|
||||
void
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue