Skip to content
Snippets Groups Projects
Commit 368a04c1 authored by Emmanuel Milou's avatar Emmanuel Milou
Browse files

[#3619] Remove unused function declarations: addFileStream, removeFileStream

parent 3fa0bd45
No related branches found
No related tags found
No related merge requests found
...@@ -99,22 +99,6 @@ class InstantMessaging ...@@ -99,22 +99,6 @@ class InstantMessaging
*/ */
pj_status_t notify (CallID& id); pj_status_t notify (CallID& id);
/*
* Add a pair file stream / call ID to the private std::map
*/
inline int addFileStream (std::string key, std::ofstream &value) {
return (int) imFiles.size ();
}
/*
* Remove a pair file stream / call ID from the private std::map
*/
inline int removeFileStream (std::string key) {
imFiles.erase (key);
return (int) imFiles.size ();
}
private: private:
/** /**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment