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 void
ARDOUR_UI::hide_splash () ARDOUR_UI::hide_splash ()
{ {
if (splash) { delete splash;
delete splash; splash = 0;
splash = 0;
}
} }
void void