Skip to content
Snippets Groups Projects
Commit 371bf24a authored by Gasuleg's avatar Gasuleg
Browse files

videomanager interface: remove unused APIs

getVideoCodecList() getVideoCodecDetails() setVideoCodecList()
are declared in the interface of videomanager but not even implemented

Tuleap: #686
Change-Id: I733906571e7f25ad9f8598e4a4c06fcc871b44be
parent 56ec56f7
No related branches found
No related tags found
No related merge requests found
......@@ -53,9 +53,6 @@ using VideoCapabilities = std::map<std::string, std::map<std::string, std::vecto
void registerVideoHandlers(const std::map<std::string, std::shared_ptr<CallbackWrapperBase>>&);
std::vector<unsigned> getVideoCodecList(const std::string& accountID);
std::vector<std::string> getVideoCodecDetails(unsigned codecId);
void setVideoCodecList(const std::string& accountID, const std::vector<unsigned>& list);
std::vector<std::string> getDeviceList();
VideoCapabilities getCapabilities(const std::string& name);
std::map<std::string, std::string> getSettings(const std::string& name);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment