Factor out sequencing related things into an independant new library: "evoral".
[ardour.git] / libs / ardour / gain.cc
index 49596d661480735873e02863a3b08e22d8d382d0..741ac2b57a3e08824aa943c1307d339c21116138 100644 (file)
@@ -22,7 +22,7 @@
 using namespace ARDOUR;
 
 Gain::Gain ()
-       : AutomationList (Parameter(GainAutomation), 0.0, 2.0, 1.0f)   /* XXX yuck; clamps gain to -inf .. +6db */
+       : AutomationList (Parameter(GainAutomation))   /* XXX yuck; clamps gain to -inf .. +6db */
 {
 }