splash window should not be marked as a POPUP. Follow master's lead

This commit is contained in:
Paul Davis 2015-10-28 12:24:50 -04:00
parent 0fb60a60e7
commit 7ae06b2715
1 changed files with 0 additions and 1 deletions

View File

@ -45,7 +45,6 @@ using namespace ARDOUR;
Splash* Splash::the_splash = 0;
Splash::Splash ()
: Gtk::Window (Gtk::WINDOW_POPUP)
{
assert (the_splash == 0);