Remove deprecated API
This commit is contained in:
@@ -874,7 +874,6 @@ public:
|
||||
int destroy_sources (std::list<std::shared_ptr<Source> > const&);
|
||||
|
||||
int remove_last_capture ();
|
||||
void get_last_capture_sources (std::list<std::shared_ptr<Source> >&); // deprecated
|
||||
bool have_last_capture_sources () const;
|
||||
void last_capture_sources (std::list<std::shared_ptr<Source> >&) const;
|
||||
void reset_last_capture_sources ();
|
||||
|
||||
@@ -4857,12 +4857,6 @@ Session::have_last_capture_sources () const
|
||||
return false;
|
||||
}
|
||||
|
||||
void
|
||||
Session::get_last_capture_sources (std::list<std::shared_ptr<Source>>& srcs)
|
||||
{
|
||||
last_capture_sources (srcs);
|
||||
}
|
||||
|
||||
void
|
||||
Session::reset_last_capture_sources ()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user