Remove deprecated API

This commit is contained in:
Robin Gareus 2025-03-02 01:31:25 +01:00
parent c122af3aa9
commit c87fa094bd
No known key found for this signature in database
GPG key ID: A090BCE02CF57F04
2 changed files with 0 additions and 7 deletions

View file

@ -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 ();

View file

@ -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 ()
{