Fix font sizing in the big clock.
[ardour.git] / gtk2_ardour / region_editor.cc
index 94c3d74b0e0238faca1ec5290d99255c53391dea..27c74552816c0a9f9015a2eb6eca7f3422c12cfa 100755 (executable)
@@ -26,7 +26,6 @@
 #include "ardour/utils.h"
 #include "ardour/dB.h"
 #include <gtkmm2ext/utils.h>
-#include <gtkmm2ext/stop_signal.h>
 #include <cmath>
 
 #include "region_editor.h"
@@ -389,7 +388,7 @@ RegionEditor::on_delete_event (GdkEventAny* ev)
 
        bounds_changed (change);
 
-       return RegionEditor::on_delete_event (ev);
+       return true;
 }
 
 void