Completed playlist copy constructor. Also fixed issue with layering in
[ardour.git] / libs / ardour / audio_playlist.cc
index 72316e30e375bf4b083756e67f9025e02c304676..0744f9c36ab890091a61f575bae7eae8eb7ea288 100644 (file)
@@ -95,7 +95,6 @@ AudioPlaylist::AudioPlaylist (const AudioPlaylist& other, string name, bool hidd
                                                AudioRegion *out = dynamic_cast<AudioRegion*>( (*out_n) );
                                                Crossfade *new_fade = new Crossfade( *(*xfades), in, out);
                                                add_crossfade(*new_fade);
-                                               cerr << "Here we go!" << endl;
                                                break;
                                        }
                                        
@@ -106,9 +105,6 @@ AudioPlaylist::AudioPlaylist (const AudioPlaylist& other, string name, bool hidd
                        }
                }
 
-               
-               
-
                in_o++;
                in_n++;
        }