From 983d73fe00e4f21ed71723f16fc1c1b16c42c61d Mon Sep 17 00:00:00 2001 From: Tristan Matthews <tristan.matthews@savoirfairelinux.com> Date: Wed, 26 Jun 2013 16:02:03 -0400 Subject: [PATCH] daemon: removed dead code --- daemon/src/managerimpl.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/daemon/src/managerimpl.h b/daemon/src/managerimpl.h index 28bacf5a7e..1a36397fdd 100644 --- a/daemon/src/managerimpl.h +++ b/daemon/src/managerimpl.h @@ -890,12 +890,6 @@ class ManagerImpl { */ 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 */ -- GitLab