summaryrefslogtreecommitdiff
path: root/gtk2_ardour/splash.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2015-10-28 12:24:50 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2016-02-22 15:31:25 -0500
commit7ae06b2715f53278cec61aef489f75f4749ecd1e (patch)
tree6c12c7d600cc802329c92fb002ccb9088ab4c6a6 /gtk2_ardour/splash.cc
parent0fb60a60e70e52e94c7dcd47b5c07ec42f7471b5 (diff)
splash window should not be marked as a POPUP. Follow master's lead
Diffstat (limited to 'gtk2_ardour/splash.cc')
-rw-r--r--gtk2_ardour/splash.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/gtk2_ardour/splash.cc b/gtk2_ardour/splash.cc
index 9a818f0ad5..d122449ff8 100644
--- a/gtk2_ardour/splash.cc
+++ b/gtk2_ardour/splash.cc
@@ -45,7 +45,6 @@ using namespace ARDOUR;
Splash* Splash::the_splash = 0;
Splash::Splash ()
- : Gtk::Window (Gtk::WINDOW_POPUP)
{
assert (the_splash == 0);