diff --git a/src/dring/callmanager_interface.h b/src/dring/callmanager_interface.h
index 5ce6fb5dd6037a34a0d65b4f4d95df412e10875d..9cf3dd62c385633afb62568f71da8dc8d672e5f2 100644
--- a/src/dring/callmanager_interface.h
+++ b/src/dring/callmanager_interface.h
@@ -102,13 +102,6 @@ DRING_PUBLIC void startTone(int32_t start, int32_t type);
 
 DRING_PUBLIC bool switchInput(const std::string& callID, const std::string& resource);
 
-/* Security related methods */
-DRING_PUBLIC void setSASVerified(const std::string& callID);
-DRING_PUBLIC void resetSASVerified(const std::string& callID);
-DRING_PUBLIC void setConfirmGoClear(const std::string& callID);
-DRING_PUBLIC void requestGoClear(const std::string& callID);
-DRING_PUBLIC void acceptEnrollment(const std::string& callID, bool accepted);
-
 /* Instant messaging */
 DRING_PUBLIC void sendTextMessage(const std::string& callID,
                                   const std::map<std::string, std::string>& messages,