From d1847bb39c8d5308528df20a2b5534419c53f10e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C3=ABl=20Carr=C3=A9?= <rafael.carre@savoirfairelinux.com> Date: Tue, 9 Aug 2011 13:51:23 -0400 Subject: [PATCH] AudioRtpFactory: remove unused setters --- .../src/audio/audiortp/AudioRtpFactory.h | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/sflphone-common/src/audio/audiortp/AudioRtpFactory.h b/sflphone-common/src/audio/audiortp/AudioRtpFactory.h index d992d58f50..a6041a8322 100644 --- a/sflphone-common/src/audio/audiortp/AudioRtpFactory.h +++ b/sflphone-common/src/audio/audiortp/AudioRtpFactory.h @@ -126,20 +126,6 @@ class AudioRtpFactory _srtpEnabled = enable; } - /** - * Manually set the keyExchangeProtocol parameter (usefull for RTP fallback) - */ - void setKeyExchangeProtocol (int proto) { - _keyExchangeProtocol = proto; - } - - /** - * Manually set the setHelloHashEnabled parameter (usefull for RTP fallback) - */ - void setHelloHashEnabled (bool enable) { - _helloHashEnabled = enable; - } - /** * Get the current AudioZrtpSession. Throws an AudioRtpFactoryException * if the current rtp thread is null, or if it's not of the correct type. -- GitLab