summaryrefslogtreecommitdiff
path: root/gtk2_ardour
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2012-06-01 22:26:22 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2012-06-01 22:26:22 +0000
commit2e5b6fc323d0567cf5cfb0de9695ac5ea5a8fbda (patch)
treedd18a17f98fdf9800fb01843ba37a273b515c217 /gtk2_ardour
parentbbcfffc2da6bd0f97f634933da004fec35d7796b (diff)
tweak splash destruction
git-svn-id: svn://localhost/ardour2/branches/3.0@12535 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour')
-rw-r--r--gtk2_ardour/ardour_ui.cc6
1 files changed, 2 insertions, 4 deletions
diff --git a/gtk2_ardour/ardour_ui.cc b/gtk2_ardour/ardour_ui.cc
index 29b1f954f2..c210926b55 100644
--- a/gtk2_ardour/ardour_ui.cc
+++ b/gtk2_ardour/ardour_ui.cc
@@ -2844,10 +2844,8 @@ ARDOUR_UI::show_splash ()
void
ARDOUR_UI::hide_splash ()
{
- if (splash) {
- delete splash;
- splash = 0;
- }
+ delete splash;
+ splash = 0;
}
void