Only create a Curve for an AutomationList if we need it.
[ardour.git] / gtk2_ardour / crossfade_edit.h
index f7f607393f5a62c56623ee46fc9d1bb5d0b5de47..685dc43772da2719c557dcf0bdaa530b503b9f49 100644 (file)
@@ -96,8 +96,7 @@ class CrossfadeEditor : public ArdourDialog
            void move_to (double x, double y, double xfract, double yfract);
        };
        
-       struct PointSorter 
-       {
+       struct PointSorter {
            bool operator() (const CrossfadeEditor::Point* a, const CrossfadeEditor::Point *b) {
                    return a->x < b->x;
            }