remove debugging with fkeymo
authorPaul Davis <paul@linuxaudiosystems.com>
Sun, 5 Dec 2010 21:20:14 +0000 (21:20 +0000)
committerPaul Davis <paul@linuxaudiosystems.com>
Sun, 5 Dec 2010 21:20:14 +0000 (21:20 +0000)
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@8182 d708f5d6-7413-0410-9779-e7cbd77b26cf

libs/ardour/crossfade.cc

index 3366393aa5e60c991be63bf2e51694528849c6fc..2dea00f1190b131a1268886143e045e2c0f55016 100644 (file)
@@ -786,7 +786,6 @@ Crossfade::set_state (const XMLNode& node)
        _fade_in.freeze ();
        _fade_in.clear ();
        
-#if 0
        children = fi->children();
        
        for (i = children.begin(); i != children.end(); ++i) {
@@ -806,7 +805,6 @@ Crossfade::set_state (const XMLNode& node)
 
        _fade_in.front()->value=0.0;
        _fade_in.back()->value=1.0;
-#endif
 
        _fade_in.thaw ();