Fix ExportFormatSpecification copy-c'tor
[ardour.git] / gtk2_ardour / curvetest.cc
index 498ed45eba958cdbef3d62598dfbdb05a827f59d..818a010f1d0e931c2c1acf4348ca4927e3410a18 100644 (file)
@@ -40,11 +40,6 @@ curvetest (string filename)
        double minx = DBL_MAX;
        double maxx = DBL_MIN;
 
-       // needed to initialize ID objects/counter used
-       // by Curve et al.
-
-       PBD::ID::init ();
-
        while (in) {
                double x, y;