since big clock has "keep-on-top" set, don't bother with making it float above the...
authorPaul Davis <paul@linuxaudiosystems.com>
Thu, 13 Sep 2007 15:38:48 +0000 (15:38 +0000)
committerPaul Davis <paul@linuxaudiosystems.com>
Thu, 13 Sep 2007 15:38:48 +0000 (15:38 +0000)
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2465 d708f5d6-7413-0410-9779-e7cbd77b26cf

gtk2_ardour/ardour_ui_ed.cc

index e22e8b8a626802aebf1599012d0efe02c73739c6..3026355012f6b0a4764cdf09c021ea4c279483f5 100644 (file)
@@ -799,9 +799,5 @@ ARDOUR_UI::setup_clock ()
        big_clock_window->signal_realize().connect (bind (sigc::ptr_fun (set_decoration), big_clock_window,  (Gdk::DECOR_BORDER|Gdk::DECOR_RESIZEH)));
        big_clock_window->signal_unmap().connect (bind (sigc::ptr_fun(&ActionManager::uncheck_toggleaction), X_("<Actions>/Common/ToggleBigClock")));
 
-       if (editor) {
-               editor->ensure_float (*big_clock_window);
-       }
-
        manage_window (*big_clock_window);
 }