From 6e8303c5a420b06a0247dc52603a82195ee73923 Mon Sep 17 00:00:00 2001 From: weekendi2p Date: Tue, 26 Apr 2016 21:59:28 +0200 Subject: [PATCH] wip --- RouterContext.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RouterContext.h b/RouterContext.h index f2ece677..fad5203d 100644 --- a/RouterContext.h +++ b/RouterContext.h @@ -59,7 +59,7 @@ namespace i2p bool IsFloodfill () const { return m_IsFloodfill; }; void SetFloodfill (bool floodfill); void SetFamily (const std::string& family); - std::string GetFamilyString () const { return m_FamilyString; }; + //std::string GetFamilyString () const { return m_FamilyString; }; void SetBandwidth (int limit); /* in kilobytes */ void SetBandwidth (char L); /* by letter */ bool AcceptsTunnels () const { return m_AcceptsTunnels; };