Skip to content
Snippets Groups Projects
Commit 983d73fe authored by Tristan Matthews's avatar Tristan Matthews
Browse files

daemon: removed dead code

parent 40e5663f
No related branches found
No related tags found
No related merge requests found
...@@ -890,12 +890,6 @@ class ManagerImpl { ...@@ -890,12 +890,6 @@ class ManagerImpl {
*/ */
void removeWaitingCall(const std::string& id); void removeWaitingCall(const std::string& id);
/** Remove a CallID/std::string association
* Protected by mutex
* @param callID the CallID to remove
*/
void removeCallAccount(const std::string& callID);
/** /**
* Path of the ConfigFile * Path of the ConfigFile
*/ */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment