move assignments out of assert() in editor_drag (thanks lincoln); change mouse mode...
[ardour.git] / libs / evoral / src / Control.cpp
index b1b492548b4fa77b5a3a770fbe2848caa0b6c47f..079bd2929efa449be9a1ae8475a5e10049013775 100644 (file)
@@ -54,19 +54,6 @@ Control::set_float(float value, bool to_list, FrameTime frame)
 }
 
 
-/** Get the latest user-set value, which may not equal get_value() when automation
- * is playing back, etc.
- *
- * Automation write/touch works by periodically sampling this value and adding it
- * to the AutomationList.
- */
-float
-Control::user_float() const
-{
-       return _user_value;
-}
-       
-
 void
 Control::set_list(boost::shared_ptr<ControlList> list)
 {