Fix horizontal positioning of PC flags.
[ardour.git] / gtk2_ardour / editor_markers.cc
index 352eb260408b7d8a0442e297e260b90086e714df..0504c08095a52cab0a917a1f6c6625721e38e2d5 100644 (file)
@@ -247,13 +247,8 @@ void Editor::ensure_cd_marker_updated (LocationMarkers * lam, Location * locatio
 
 Editor::LocationMarkers::~LocationMarkers ()
 {
-       if (start) {
-               delete start;
-       }
-
-       if (end) {
-               delete end;
-       }
+       delete start;
+       delete end;
 }
 
 Editor::LocationMarkers *