diff --git a/daemon/src/managerimpl.h b/daemon/src/managerimpl.h
index 28bacf5a7ef419d4bf40c5518085cae6d3b67430..1a36397fddbb6382fb3c527592d751789371cd5b 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
          */