Remove unused method.
[ardour.git] / libs / ardour / automation_control.cc
index d18a018e260dc4b7ff97c656a9a2ebf76835f968..a1611337fd78f07262a7f272080c8b10289845de 100644 (file)
@@ -55,7 +55,7 @@ AutomationControl::set_value(double value)
  
         if (to_list && parameter().toggled()) {
 
-                //store the previous value just before this so any 
+                // store the previous value just before this so any 
                 // interpolation works right
                 
                 _list->add (get_double(), _session.transport_frame()-1);