Remove redundant call (there's no session, nothing to save)
[ardour.git] / gtk2_ardour / panner_ui.cc
index 60f6fa8f6a8684d04f29389394fd6d95d346396c..d41a6a9719ac6f9f0006579b31338795e98bd5b1 100644 (file)
@@ -535,14 +535,6 @@ PannerUI::pan_automation_state_changed ()
        }
 
        update_pan_sensitive ();
-
-       /* start watching automation so that things move */
-
-       pan_watching.disconnect();
-
-       if (x) {
-               pan_watching = Timers::rapid_connect (sigc::mem_fun (*this, &PannerUI::effective_pan_display));
-       }
 }
 
 string