Remove Cruft -- AutomationStyle never did anything.
[ardour.git] / libs / ardour / panner.cc
index 59e4e2e977952841f98d7d68601899483597f184..a388b5fdc28ce74f3d7c823f18921f17b59967bd 100644 (file)
@@ -66,12 +66,6 @@ Panner::distribute_automated (BufferSet& ibufs, BufferSet& obufs,
        }
 }
 
-void
-Panner::set_automation_style (AutoStyle style)
-{
-       _pannable->set_automation_style (style);
-}
-
 void
 Panner::set_automation_state (AutoState state)
 {
@@ -84,12 +78,6 @@ Panner::automation_state () const
        return _pannable->automation_state();
 }
 
-AutoStyle
-Panner::automation_style () const
-{
-       return _pannable->automation_style ();
-}
-
 bool
 Panner::touching () const
 {