13
0

tweak splash destruction

git-svn-id: svn://localhost/ardour2/branches/3.0@12535 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2012-06-01 22:26:22 +00:00
parent bbcfffc2da
commit 2e5b6fc323

View File

@ -2844,10 +2844,8 @@ ARDOUR_UI::show_splash ()
void
ARDOUR_UI::hide_splash ()
{
if (splash) {
delete splash;
splash = 0;
}
delete splash;
splash = 0;
}
void