From 1cff49e3d3778aa992741d6acad45cdfa58f16f8 Mon Sep 17 00:00:00 2001
From: Tristan Matthews <tristan.matthews@savoirfairelinux.com>
Date: Mon, 10 Sep 2012 17:47:52 -0400
Subject: [PATCH] * #15456: sip: remove unused contact header field

---
 daemon/src/sip/sipaccount.h | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/daemon/src/sip/sipaccount.h b/daemon/src/sip/sipaccount.h
index da9fdfb74c..98225b163a 100644
--- a/daemon/src/sip/sipaccount.h
+++ b/daemon/src/sip/sipaccount.h
@@ -625,13 +625,6 @@ class SIPAccount : public Account {
          */
         CipherArray ciphers;
 
-        /**
-         * The CONTACT header used for registration as provided by the registrar, this value could differ
-         * from the host name in case the registrar is inside a subnetwork (such as a VPN).
-         * The header will be stored
-         */
-        std::string contactHeader_;
-
         /**
          * The STUN server name (hostname)
          */
-- 
GitLab