diff --git a/libs/surfaces/osc/osc.cc b/libs/surfaces/osc/osc.cc index 8b174737ec..f5d72a24f3 100644 --- a/libs/surfaces/osc/osc.cc +++ b/libs/surfaces/osc/osc.cc @@ -6894,10 +6894,7 @@ OSC::Sorted OSC::cue_get_sorted_stripables(boost::shared_ptr aux, uint32_t id, lo_message msg) { Sorted sorted; - // fetch all stripables - StripableList stripables; - session->get_stripables (stripables, PresentationInfo::MixerStripables); boost::shared_ptr aux_rt = boost::dynamic_pointer_cast (aux); Route::FedBy fed_by = aux_rt->fed_by(); for (Route::FedBy::iterator i = fed_by.begin(); i != fed_by.end(); ++i) {