From 19dff7cdedc86f439be8b004d6f3a06d99cb5bcb Mon Sep 17 00:00:00 2001 From: Alexey Sokolov Date: Thu, 22 Mar 2012 12:19:45 +0700 Subject: [PATCH] Remove decl of func whose definition was removed. --- include/znc/IRCNetwork.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/znc/IRCNetwork.h b/include/znc/IRCNetwork.h index 401b7b2b..dc944cc7 100644 --- a/include/znc/IRCNetwork.h +++ b/include/znc/IRCNetwork.h @@ -146,7 +146,6 @@ public: CString& ExpandString(const CString& sStr, CString& sRet) const; private: bool JoinChan(CChan* pChan); - void JoinChans(set& sChans); protected: CString m_sName;