summaryrefslogtreecommitdiff
path: root/gtk2_ardour/splash.cc
diff options
context:
space:
mode:
authornick_m <mainsbridge@gmail.com>2015-03-15 03:06:39 +1100
committernick_m <mainsbridge@gmail.com>2015-03-15 03:06:39 +1100
commit7d188c8a1e648457afbdeed71bddabb395565e4d (patch)
treed8b3d165e5f0efcc0a8a7135ae11dec08f88995c /gtk2_ardour/splash.cc
parent80e1687482e653ecc3d92397451d54ade0a213f4 (diff)
Remove the use of Window::set_keep_above() throughout startup.
This has been tested, but needs testing on more platforms (check for obscured windows/dialogs. Also use WIN_POS_CENTER in the "ask about loading session" dialog.
Diffstat (limited to 'gtk2_ardour/splash.cc')
-rw-r--r--gtk2_ardour/splash.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/gtk2_ardour/splash.cc b/gtk2_ardour/splash.cc
index da22016f07..ff9e133eb0 100644
--- a/gtk2_ardour/splash.cc
+++ b/gtk2_ardour/splash.cc
@@ -129,8 +129,6 @@ Splash::pop_front ()
if (get_window()) {
show ();
}
-#else
- set_keep_above (true);
#endif
}