mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-18 20:56:28 +01:00
fix required after rebase against master
This commit is contained in:
parent
313a0a7e90
commit
7011ce23b1
1 changed files with 0 additions and 11 deletions
|
|
@ -198,17 +198,6 @@ template<typename T> boost::shared_ptr<ControlList> stripable_list_to_control_li
|
||||||
return cl;
|
return cl;
|
||||||
}
|
}
|
||||||
|
|
||||||
template<typename T> boost::shared_ptr<ControlList> stripable_list_to_control_list (StripableList& sl, boost::shared_ptr<T> (Stripable::*get_control)() const) {
|
|
||||||
boost::shared_ptr<ControlList> cl (new ControlList);
|
|
||||||
for (StripableList::const_iterator s = sl.begin(); s != sl.end(); ++s) {
|
|
||||||
boost::shared_ptr<AutomationControl> ac = ((*s).get()->*get_control)();
|
|
||||||
if (ac) {
|
|
||||||
cl->push_back (ac);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
return cl;
|
|
||||||
}
|
|
||||||
|
|
||||||
#if __APPLE__
|
#if __APPLE__
|
||||||
LIBARDOUR_API std::string CFStringRefToStdString(CFStringRef stringRef);
|
LIBARDOUR_API std::string CFStringRefToStdString(CFStringRef stringRef);
|
||||||
#endif // __APPLE__
|
#endif // __APPLE__
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue