Removed GetPemLocation()

git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@516 726aef4b-f618-498e-8847-2d620e286838
This commit is contained in:
prozacx
2005-09-20 04:30:56 +00:00
parent 72df78c3b2
commit beeace93b8
-1
View File
@@ -111,7 +111,6 @@ public:
const CString& GetUserPath() const { if (!CFile::Exists(m_sUserPath)) { CUtils::MakeDir(m_sUserPath); } return m_sUserPath; }
const CString& GetDLPath() const { if (!CFile::Exists(m_sDLPath)) { CUtils::MakeDir(m_sDLPath); } return m_sDLPath; }
CString GetPemLocation() const;
bool UseClientIP() const;
bool GetKeepNick() const;