Remove decl of func whose definition was removed.

This commit is contained in:
Alexey Sokolov
2012-03-22 12:19:45 +07:00
parent 6999c8222d
commit 19dff7cded

View File

@@ -146,7 +146,6 @@ public:
CString& ExpandString(const CString& sStr, CString& sRet) const;
private:
bool JoinChan(CChan* pChan);
void JoinChans(set<CChan*>& sChans);
protected:
CString m_sName;