diff --git a/src/sip/sipvoiplink.h b/src/sip/sipvoiplink.h index 63f588974f490e88eb41f89647e4cb9173442779..1dbcdce11554e069315699e608a6df00c0ed9a69 100644 --- a/src/sip/sipvoiplink.h +++ b/src/sip/sipvoiplink.h @@ -68,10 +68,6 @@ extern decltype(getGlobalInstance<SIPVoIPLink>)& getSIPVoIPLink; class SIPVoIPLink { public: -#ifdef __ANDROID__ - static void setSipLogger(); -#endif - SIPVoIPLink(); ~SIPVoIPLink(); @@ -80,9 +76,6 @@ class SIPVoIPLink { */ void handleEvents(); - /* Returns a list of all callIDs */ - std::vector<std::string> getCallIDs(); - /** * Register a new keepalive registration timer to this endpoint */